Skip to content

Commit

Permalink
feat: Add the Intl extension in PHP images
Browse files Browse the repository at this point in the history
  • Loading branch information
fabschurt committed Jun 2, 2024
1 parent 9216043 commit dc1d80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions php/php7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
php7-ctype \
php7-curl \
php7-iconv \
php7-intl \
php7-json \
php7-mbstring \
php7-openssl \
Expand Down
1 change: 1 addition & 0 deletions php/php8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
php83-ctype \
php83-curl \
php83-iconv \
php83-intl \
php83-json \
php83-mbstring \
php83-openssl \
Expand Down

0 comments on commit dc1d80c

Please sign in to comment.