Skip to content

Instantly share code, notes, and snippets.

@paperbenni
Created May 15, 2018 15:39
Show Gist options
  • Save paperbenni/61384b9e065fb34383a42eeb7f73bba4 to your computer and use it in GitHub Desktop.
Save paperbenni/61384b9e065fb34383a42eeb7f73bba4 to your computer and use it in GitHub Desktop.
install glibc on
apk --no-cache add 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
apk add glibc-2.27-r0.apk
apk add glibc-bin-2.27-r0.apk glibc-i18n-2.27-r0.apk
/usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment