diff --git a/Dockerfile b/Dockerfile index 48391f6..401bcb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ EXPOSE 3000 USER root RUN curl --silent --location https://deb.nodesource.com/setup_10.x | bash - -RUN apt-get install -y nodejs python-gdal libboost-dev libboost-program-options-dev git cmake dmidecode +RUN apt-get install -y nodejs python-gdal libboost-dev libboost-program-options-dev git cmake RUN npm install -g nodemon # Build LASzip and PotreeConverter