Created
May 15, 2018 15:39
-
-
Save paperbenni/61384b9e065fb34383a42eeb7f73bba4 to your computer and use it in GitHub Desktop.
install glibc on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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