Skip to content

Commit

Permalink
Switch to IPV4 keyservers for reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Apr 11, 2019
1 parent 7c2c8db commit 94c74bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN echo "deb http://packages.laboratoriopublico.org/publiclab/ stretch main" >
# Obtain key
RUN mkdir ~/.gnupg
RUN echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys BF26EE05EA6A68F0
RUN apt-key adv --keyserver ipv4.pool.sks-keyservers.net --recv-keys BF26EE05EA6A68F0

# Install dependencies
RUN apt-get update -qq && apt-get install -y \
Expand Down

0 comments on commit 94c74bd

Please sign in to comment.