.
This commit is contained in:
parent
5fc39c9931
commit
445adedbbb
@ -49,7 +49,7 @@ RUN \\
|
||||
"${AlpineGlibcBinPackageFilename}" \\
|
||||
"${AlpineGlibcI18nPackageFilename}" && \\
|
||||
rm -v "/etc/apk/keys/sgerrand.rsa.pub" && \\
|
||||
find / -name localedef
|
||||
find / -name localedef && \\
|
||||
/usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 "${GlibcLanguage}" || true && \\
|
||||
printf '%s\\n' \\
|
||||
"export LANG=${GlibcLanguage}" \\
|
||||
|
Reference in New Issue
Block a user