1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-12-03 22:31:18 +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
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 /; \