Skip to content

Commit eec40e9

Browse files
authored
allow-unauthenticated
1 parent 37d3e82 commit eec40e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN apt-get update \
9595

9696
RUN echo "deb http://deb.debian.org/debian experimental main" >> /etc/apt/sources.list
9797
RUN apt-get update
98-
RUN apt-get -t experimental install -y libproj-dev
98+
RUN apt-get -t experimental install -y --allow-unauthenticated libproj-dev
9999

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

0 commit comments

Comments
 (0)