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

Merge pull request #966 from infosiftr/icu-data-full

Add "icu-data-full" to all Alpine images
This commit is contained in:
yosifkit
2022-06-03 11:38:53 -07:00
committed by GitHub
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 /; \