Skip to content

Commit

Permalink
Testing with PROJ 5
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2018
1 parent 7701ea6 commit 7d43aea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .docker/Dockerfile
Expand Up @@ -92,6 +92,10 @@ RUN apt-get update \
&& curl -s -S -O https://cmake.org/files/v3.10/cmake-3.10.1-Linux-x86_64.tar.gz \
&& tar --strip-components=1 -zx -f cmake-3.10.1-Linux-x86_64.tar.gz -C /usr/local \
&& rm cmake-3.10.1-Linux-x86_64.tar.gz

RUN echo "deb http://deb.debian.org/debian experimental main" >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get -t experimental libproj-dev

RUN echo "alias python=python3" >> ~/.bash_aliases

Expand Down

0 comments on commit 7d43aea

Please sign in to comment.