diff --git a/Dockerfile b/Dockerfile index 72d2310..c8af441 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Piero Toffanin EXPOSE 3000 USER root -RUN curl --silent --location https://deb.nodesource.com/setup_6.x | sudo bash - +RUN curl --silent --location https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y nodejs python-gdal libboost-dev libboost-program-options-dev RUN npm install -g nodemon