pull/66/head
Piero Toffanin 2016-12-12 15:09:09 -05:00
rodzic 8d41ef88ed
commit 3bdb3acc08
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 apt-get update && apt-get install software-properties-common && add-apt-repository ppa:ubuntugis/ubuntugis-unstable && apt-get update
RUN apt-get update && apt-get install -y 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