Skip to content

Commit

Permalink
Merge pull request #757 from kousu/extra-npm-installs
Browse files Browse the repository at this point in the history
Use nodejs 8.
  • Loading branch information
lingxiaoyang committed Jun 26, 2017
2 parents 0dad083 + cef0139 commit a7c7068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ WORKDIR /code
ADD requirements.txt /code/
RUN apt-get update
RUN apt-get install curl gettext -y
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install nodejs build-essential -y
RUN apt-get install binutils libproj-dev gdal-bin -y
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit a7c7068

Please sign in to comment.