Fixed docker file sudo command (#19)

pull/20/head
Piero Toffanin 2016-09-27 12:19:32 -04:00 zatwierdzone przez Dakota Benjamin
rodzic 18e12f3365
commit 2f8cd9ad59
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ RUN git submodule init
RUN git submodule update
# 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
WORKDIR /webodm/nodeodm/external/node-OpenDroneMap