Skip to content

Commit

Permalink
allow-unauthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2018
1 parent 37d3e82 commit eec40e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Expand Up @@ -95,7 +95,7 @@ RUN apt-get update \

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 libproj-dev
RUN apt-get -t experimental install -y --allow-unauthenticated libproj-dev

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

Expand Down

0 comments on commit eec40e9

Please sign in to comment.