pull/66/head
Piero Toffanin 2016-12-12 14:42:28 -05:00
rodzic bec65c4780
commit 3cdf7b4abe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 update && 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