Skip to content

Commit

Permalink
Choose keyserver known to have our GPG key
Browse files Browse the repository at this point in the history
Fixes recent build unreliability.
  • Loading branch information
icarito committed Apr 8, 2019
1 parent a13a5e4 commit 87d63d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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 hkps.pool.sks-keyservers.net --recv-keys BF26EE05EA6A68F0
RUN apt-key adv --keyserver fks.pgpkeys.eu --recv-keys BF26EE05EA6A68F0

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

0 comments on commit 87d63d6

Please sign in to comment.