We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af5a81 commit 8aaf4c8Copy full SHA for 8aaf4c8
Dockerfile
@@ -30,7 +30,7 @@ RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases
30
"$ALPINE_GLIBC_I18N_PACKAGE_FILENAME" && \
31
\
32
rm "/etc/apk/keys/sgerrand.rsa.pub" && \
33
- /usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 "$LANG" || true && \
+ (/usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 "$LANG" || true) && \
34
echo "export LANG=$LANG" > /etc/profile.d/locale.sh && \
35
36
apk del glibc-i18n && \
0 commit comments