You've already forked postgres
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:
2
11/alpine/Dockerfile
generated
2
11/alpine/Dockerfile
generated
@@ -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 /; \
|
||||
|
||||
Reference in New Issue
Block a user