Skip to content

Commit b8c4b87

Browse files
authored
feat: install ext-intl
1 parent d4397b9 commit b8c4b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN install-php-extensions \
2828
opcache \
2929
pcntl \
3030
zip \
31+
intl \
3132
&& \
3233
mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" && \
3334
curl -sSL https://getcomposer.org/installer | php && \

0 commit comments

Comments
 (0)