Skip to content

Commit 7d43aea

Browse files
authored
Testing with PROJ 5
1 parent 7701ea6 commit 7d43aea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ RUN apt-get update \
9292
&& curl -s -S -O https://cmake.org/files/v3.10/cmake-3.10.1-Linux-x86_64.tar.gz \
9393
&& tar --strip-components=1 -zx -f cmake-3.10.1-Linux-x86_64.tar.gz -C /usr/local \
9494
&& rm cmake-3.10.1-Linux-x86_64.tar.gz
95+
96+
RUN echo "deb http://deb.debian.org/debian experimental main" >> /etc/apt/sources.list
97+
RUN apt-get update
98+
RUN apt-get -t experimental libproj-dev
9599

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

0 commit comments

Comments
 (0)