Skip to content

Commit 6c04814

Browse files
committed
install ext-intl
1 parent 06d4600 commit 6c04814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apk info \
1818
runit \
1919
nginx \
2020
zlib-dev \
21+
icu-dev \
2122
libzip-dev \
2223
libjpeg-turbo-dev \
2324
libpng-dev \
@@ -44,6 +45,7 @@ RUN apk info \
4445
bcmath \
4546
exif \
4647
&& docker-php-ext-install \
48+
intl \
4749
zip \
4850
opcache \
4951
pcntl \

0 commit comments

Comments
 (0)