This commit is contained in:
Hyatt 2019-10-30 20:34:35 -05:00
parent 47c9067345
commit 5fc39c9931
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -49,6 +49,7 @@ RUN \\
"${AlpineGlibcBinPackageFilename}" \\
"${AlpineGlibcI18nPackageFilename}" && \\
rm -v "/etc/apk/keys/sgerrand.rsa.pub" && \\
find / -name localedef
/usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 "${GlibcLanguage}" || true && \\
printf '%s\\n' \\
"export LANG=${GlibcLanguage}" \\