damned cmake fix

pull/347/head^2
Alex Hagiopol 2016-07-22 12:10:01 -07:00
rodzic e8d495bd9a
commit ff1da127aa
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ sudo apt-get update
echo "Installing Required Requisites"
sudo apt-get install -y -qq build-essential \
git \
cmake \
python-pip \
libgdal-dev \
gdal-bin \

Wyświetl plik

@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update \
&& apt-get install -y -qq \
build-essential \
cmake \
git \
python-pip \
libgdal-dev \