Merge pull request #668 from GeoVisionEnvironmental/master

added apt-get update to allow repository additions, not building otherwise
pull/675/head
Dakota Benjamin 2017-09-21 14:16:38 -04:00 zatwierdzone przez GitHub
commit 654d9b8b69
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,8 @@ FROM phusion/baseimage
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
#Install dependencies #Install dependencies
RUN apt-get update -y
RUN apt-get install software-properties-common -y
#Required Requisites #Required Requisites
RUN add-apt-repository -y ppa:ubuntugis/ppa RUN add-apt-repository -y ppa:ubuntugis/ppa
RUN add-apt-repository -y ppa:george-edison55/cmake-3.x RUN add-apt-repository -y ppa:george-edison55/cmake-3.x