Skip to content

Commit

Permalink
(#27) Add keyserver.ubuntu.como to the gpg servers list
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 5, 2019
1 parent 386a7d8 commit 8ad325c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN set -x \
&& wget -O /usr/local/bin/gosu "$GOSU_URL/gosu-$(dpkg --print-architecture)" \
&& wget -O /usr/local/bin/gosu.asc "$GOSU_URL/gosu-$(dpkg --print-architecture).asc" \
&& export GNUPGHOME="$(mktemp -d)" \
&& gpg --yes --always-trust --keyserver pgp.mit.edu --recv-keys "$GOSU_KEY" || \
&& gpg --yes --always-trust --keyserver keyserver.ubuntu.com --recv-keys "$GOSU_KEY" || \
gpg --yes --always-trust --keyserver pgp.mit.edu --recv-keys "$GOSU_KEY" || \
gpg --yes --always-trust --keyserver keyserver.pgp.com --recv-keys "$GOSU_KEY" || \
gpg --yes --always-trust --keyserver ha.pool.sks-keyservers.net --recv-keys "$GOSU_KEY" \
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
Expand Down

0 comments on commit 8ad325c

Please sign in to comment.