From 3e504ffe6c7b0e7835e4b3f1fa56e20a89305dbe Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 12 Dec 2016 14:42:28 -0500 Subject: [PATCH] Dockerfile fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6d229b4..d09c12e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN git submodule init RUN git submodule update # 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 apt-get install -y nodejs binutils libproj-dev gdal-bin