Skip to content

Commit

Permalink
Testing with PROJ 5 [dockerdeps]
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 6, 2018
1 parent 899b80b commit 4b8377d
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 install -y --allow-unauthenticated libproj-dev

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

Expand Down

0 comments on commit 4b8377d

Please sign in to comment.