From 2f8cd9ad59e69eb9b3369c94bc735468f3d25795 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 27 Sep 2016 12:19:32 -0400 Subject: [PATCH] Fixed docker file sudo command (#19) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62c0ceec..0a37a2b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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