add ppa to DOCKER image

pull/495/head
Stephen Mather 2017-02-27 09:44:32 -05:00 zatwierdzone przez GitHub
rodzic 6d55805265
commit 7924f8d84d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,10 @@ MAINTAINER Alex Hagiopol <alex.hagiopol@icloud.com>
# Env variables
ENV DEBIAN_FRONTEND noninteractive
# Add ubuntugis/ppa
RUN add-apt-repository -y ppa:ubuntugis/ppa
RUN apt-get update
#Install dependencies
#Required Requisites
RUN apt-get update \