File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.14
22LABEL maintainer="Ferdinand Prantl <prantlf@gmail.com>"
33
4- RUN apk --no-cache add strace
4+ RUN apk --no-cache add gzip
55RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
66RUN wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk
77RUN apk --no-cache add glibc-2.34-r0.apk
@@ -12,5 +12,7 @@ RUN rm glibc-bin-2.34-r0.apk
1212RUN wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-i18n-2.34-r0.apk
1313RUN apk --no-cache add glibc-i18n-2.34-r0.apk
1414RUN rm glibc-i18n-2.34-r0.apk /etc/apk/keys/sgerrand.rsa.pub
15- RUN strace /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
16- RUN apk del glibc-bin glibc-i18n strace
15+ RUN gunzip --keep /usr/glibc-compat/share/i18n/charmaps/UTF-8.gz
16+ RUN /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
17+ RUN rm /usr/glibc-compat/share/i18n/charmaps/UTF-8
18+ RUN apk del glibc-bin glibc-i18n gzip
You can’t perform that action at this time.
0 commit comments