File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
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 -v --no-cache add wget gzip
4+ RUN apk -v --no-cache add wget
55RUN wget -v -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
66RUN wget -v https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk
77RUN apk -v --no-cache add glibc-2.34-r0.apk
@@ -12,9 +12,5 @@ RUN rm glibc-bin-2.34-r0.apk
1212RUN wget -v https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-i18n-2.34-r0.apk
1313RUN apk -v --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 gunzip --keep /usr/glibc-compat/share/i18n/charmaps/UTF-8.gz
16- RUN ls -l /usr/glibc-compat/share/i18n/locales/en_US
17- RUN ls -l /usr/glibc-compat/share/i18n/charmaps/UTF-8.gz
18- RUN ls -l /usr/glibc-compat/share/i18n/charmaps/UTF-8
19- RUN /usr/glibc-compat/bin/localedef -v -i en_US -f UTF-8 en_US.UTF-8
20- RUN apk del glibc-bin glibc-i18n gzip wget
15+ RUN /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
16+ RUN apk del glibc-bin glibc-i18n wget
You can’t perform that action at this time.
0 commit comments