diff --git a/Dockerfile b/Dockerfile index 401bcb7..48391f6 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 +RUN apt-get install -y nodejs python-gdal libboost-dev libboost-program-options-dev git cmake dmidecode RUN npm install -g nodemon # Build LASzip and PotreeConverter