diff --git a/Dockerfile b/Dockerfile index c8af441..a97f04c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ EXPOSE 3000 USER root 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 apt-get install -y nodejs python-gdal libboost-dev libboost-program-options-dev git RUN npm install -g nodemon # Build LASzip and PotreeConverter