1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

Update glibc package signing key URL

The URL used for the sgerrand.rsa.pub pubkey is returning a 404.  Updated to new URL.

See related: https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/185/diffs
This commit is contained in:
Ben Tucker 2018-08-13 14:27:31 -07:00 committed by GitHub
parent 0ebdf1e93b
commit e72183e1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ RUN apk --no-cache add wget openssl && \
apk del openssl && \
apk --no-cache add ca-certificates wget && \
apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python && \
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub && \
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk && \
apk add glibc-2.25-r0.apk