damned cmake fix

Former-commit-id: ff1da127aa
pull/1161/head
Alex Hagiopol 2016-07-22 12:10:01 -07:00
rodzic 939840d668
commit ebfe7c4786
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 \