kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fixed docker file sudo command (#19)
rodzic
18e12f3365
commit
2f8cd9ad59
|
@ -22,7 +22,7 @@ RUN git submodule init
|
||||||
RUN git submodule update
|
RUN git submodule update
|
||||||
|
|
||||||
# Install Node.js + npm requirements for testing node-OpenDroneMap
|
# Install Node.js + npm requirements for testing node-OpenDroneMap
|
||||||
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
|
RUN apt-get install -y nodejs
|
||||||
|
|
||||||
WORKDIR /webodm/nodeodm/external/node-OpenDroneMap
|
WORKDIR /webodm/nodeodm/external/node-OpenDroneMap
|
||||||
|
|
Ładowanie…
Reference in New Issue