Merge pull request #668 from GeoVisionEnvironmental/master

added apt-get update to allow repository additions, not building otherwise

Former-commit-id: 654d9b8b69
pull/1161/head
Dakota Benjamin 2017-09-21 14:16:38 -04:00 zatwierdzone przez GitHub
commit 63a1e890e7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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