Skip to content

Instantly share code, notes, and snippets.

@untoreh
Last active March 15, 2018 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save untoreh/ba37c830c698fcbf07a86ee20b55f019 to your computer and use it in GitHub Desktop.
Save untoreh/ba37c830c698fcbf07a86ee20b55f019 to your computer and use it in GitHub Desktop.
download alpine glibc

alpine glibc

apk add --update ca-certificates wget
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.27-r0/glibc-2.27-r0.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.27-r0/glibc-bin-2.27-r0.apk
apk add glibc-2.27-r0.apk glibc-bin-2.27-r0.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment