Skip to content

Commit c9c2068

Browse files
committed
Remove the experimental gunzipping
1 parent e902c71 commit c9c2068

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.14
22
LABEL maintainer="Ferdinand Prantl <prantlf@gmail.com>"
33

4-
RUN apk -v --no-cache add wget gzip
4+
RUN apk -v --no-cache add wget
55
RUN wget -v -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
66
RUNwget -v https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk
77
RUNapk -v --no-cache add glibc-2.34-r0.apk
@@ -12,9 +12,5 @@ RUN rm glibc-bin-2.34-r0.apk
1212
RUNwget -v https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-i18n-2.34-r0.apk
1313
RUNapk -v --no-cache add glibc-i18n-2.34-r0.apk
1414
RUNrm 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

0 commit comments

Comments
 (0)