1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

Add "icu-data-full" to all Alpine images

See https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
This commit is contained in:
Tianon Gravi
2022-06-03 10:11:20 -07:00
parent 3eaa83fe3e
commit 899a216e56
7 changed files with 14 additions and 0 deletions

2
10/alpine/Dockerfile generated
View File

@@ -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 /; \

2
11/alpine/Dockerfile generated
View File

@@ -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 /; \

2
12/alpine/Dockerfile generated
View File

@@ -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 /; \

2
13/alpine/Dockerfile generated
View File

@@ -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 /; \

2
14/alpine/Dockerfile generated
View File

@@ -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 /; \

2
15/alpine/Dockerfile generated
View File

@@ -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 /; \

View File

@@ -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 /; \