kopia lustrzana https://github.com/OpenDroneMap/WebODM
Dockerfile fix
rodzic
bec65c4780
commit
3e504ffe6c
|
@ -18,7 +18,7 @@ RUN git submodule init
|
||||||
RUN git submodule update
|
RUN git submodule update
|
||||||
|
|
||||||
# Install Node.js + other packages
|
# Install Node.js + other packages
|
||||||
RUN add-apt-repository ppa:ubuntugis/ubuntugis-unstable && apt-get update
|
RUN apt-get install software-properties-common && add-apt-repository ppa:ubuntugis/ubuntugis-unstable && apt-get update
|
||||||
RUN curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
|
RUN curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
|
||||||
RUN apt-get install -y nodejs binutils libproj-dev gdal-bin
|
RUN apt-get install -y nodejs binutils libproj-dev gdal-bin
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue