We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d3e82 commit eec40e9Copy full SHA for eec40e9
.docker/Dockerfile
@@ -95,7 +95,7 @@ RUN apt-get update \
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 install -y libproj-dev
+RUN apt-get -t experimental install -y --allow-unauthenticated libproj-dev
99
100
RUN echo "alias python=python3" >> ~/.bash_aliases
101
0 commit comments