Skip to content

Commit

Permalink
Fix pgp key
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Platnick committed Sep 28, 2018
1 parent ff54bca commit 756b486
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 @@ -17,7 +17,7 @@ RUN apk add -U openssl curl tar gzip bash ca-certificates git wget jq libintl co
COPY / /opt/kubernetes-deploy/

# Install glibc for Alpine
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub \
RUN 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/$GLIBC_VERSION/glibc-$GLIBC_VERSION.apk \
&& apk add glibc-$GLIBC_VERSION.apk \
&& rm glibc-$GLIBC_VERSION.apk
Expand Down

0 comments on commit 756b486

Please sign in to comment.