diff --git a/virtualization/Docker/Dockerfile.dev b/virtualization/Docker/Dockerfile.dev index 4c75db36acc..62c9f9f6596 100644 --- a/virtualization/Docker/Dockerfile.dev +++ b/virtualization/Docker/Dockerfile.dev @@ -30,7 +30,7 @@ RUN pip3 install --no-cache-dir -r requirements_all.txt && \ # BEGIN: Development additions # Install nodejs -RUN curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && \ +RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \ apt-get install -y nodejs # Install tox