Skip to content

Commit 0489967

Browse files
committed
add icu-data-full package
1 parent bc1e70b commit 0489967

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN \
1313
echo "**** install runtime packages ****" && \
1414
apk add --no-cache --upgrade \
1515
# libxml2 \
16+
icu-data-full \
1617
php84-dom \
1718
php84-gd \
1819
php84-intl \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN \
1313
echo "**** install runtime packages ****" && \
1414
apk add --no-cache --upgrade \
1515
# libxml2 \
16+
icu-data-full \
1617
php84-dom \
1718
php84-gd \
1819
php84-intl \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ init_diagram: |
114114
"cops:latest" <- Base Images
115115
# changelog
116116
changelogs:
117+
- {date: "10.10.25:", desc: "Adding missing icu-data-full package."}
117118
- {date: "10.07.25:", desc: "Rebase to Alpine 3.22."}
118119
- {date: "14.05.25:", desc: "Existing users should verify: site-confs/default.conf and config/local.php - Clean-up default site conf and local.php."}
119120
- {date: "16.12.24:", desc: "Rebase to Alpine 3.21."}

0 commit comments

Comments
 (0)