We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4dcea commit dd24f8fCopy full SHA for dd24f8f
Dockerfile
@@ -21,7 +21,7 @@ RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases
21
ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
22
apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \
23
wget \
24
- "https://raw.githubusercontent.com/andyshinn/alpine-pkg-glibc/master/sgerrand.rsa.pub" \
+ "https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub" \
25
-O "/etc/apk/keys/sgerrand.rsa.pub" && \
26
27
"$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \
0 commit comments