Skip to content

Commit

Permalink
Added icu data for all locales in php 8.1 cli and unit images
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Aug 19, 2023
1 parent 64267d2 commit 7928bcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions php/8.1-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ RUN set -ex \
# Build dependencies
&& apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
# iconv
icu-dev \
# intl
icu-dev \
icu-data-full \
# Required dependencies
&& apk add --no-cache \
# iconv
Expand Down
5 changes: 3 additions & 2 deletions php/8.1-unit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ RUN set -ex \
# Build dependencies
&& apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
# iconv
icu-dev \
# intl
icu-dev \
icu-data-full \
# nginx unit
openssl-dev \
musl-dev \
Expand Down

0 comments on commit 7928bcd

Please sign in to comment.