Skip to content

Commit

Permalink
Fix keyservers for Alpine 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
janvorli committed Jul 13, 2021
1 parent 39117ea commit 9651662
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/alpine/3.13/WithNode/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" \
|| gpg --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys "$key" \
|| gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "$key" \
|| gpg --keyserver hkps://keys.openpgp.org --recv-keys "$key"; \
done \
&& curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" \
&& curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc" \
Expand Down

0 comments on commit 9651662

Please sign in to comment.