Skip to content

Commit

Permalink
install ubuntugis xenial on beaver
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 14, 2018
1 parent 022fabf commit aecb717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/Dockerfile
Expand Up @@ -5,7 +5,9 @@ LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Ve

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:ubuntugis/ubuntugis-unstable \
&& echo "deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main" >> /etc/apt/sources.list \
&& echo "deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main" >> /etc/apt/sources.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 314DF160 \
&& apt-get update \
&& apt-get install -y \
bison \
Expand Down

0 comments on commit aecb717

Please sign in to comment.