Merge pull request #966 from infosiftr/icu-data-full
Add "icu-data-full" to all Alpine images
This commit is contained in:
commit
ba4abaac07
|
|
@ -125,6 +125,8 @@ RUN set -eux; \
|
|||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||
icu-data-full \
|
||||
; \
|
||||
apk del --no-network .build-deps; \
|
||||
cd /; \
|
||||
|
|
|
|||
|
|
@ -127,6 +127,8 @@ RUN set -eux; \
|
|||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||
icu-data-full \
|
||||
; \
|
||||
apk del --no-network .build-deps; \
|
||||
cd /; \
|
||||
|
|
|
|||
|
|
@ -127,6 +127,8 @@ RUN set -eux; \
|
|||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||
icu-data-full \
|
||||
; \
|
||||
apk del --no-network .build-deps; \
|
||||
cd /; \
|
||||
|
|
|
|||
|
|
@ -127,6 +127,8 @@ RUN set -eux; \
|
|||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||
icu-data-full \
|
||||
; \
|
||||
apk del --no-network .build-deps; \
|
||||
cd /; \
|
||||
|
|
|
|||
|
|
@ -130,6 +130,8 @@ RUN set -eux; \
|
|||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||
icu-data-full \
|
||||
; \
|
||||
apk del --no-network .build-deps; \
|
||||
cd /; \
|
||||
|
|
|
|||
|
|
@ -130,6 +130,8 @@ RUN set -eux; \
|
|||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||
icu-data-full \
|
||||
; \
|
||||
apk del --no-network .build-deps; \
|
||||
cd /; \
|
||||
|
|
|
|||
|
|
@ -132,6 +132,8 @@ RUN set -eux; \
|
|||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||
icu-data-full \
|
||||
; \
|
||||
apk del --no-network .build-deps; \
|
||||
cd /; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue