Merge pull request #608 from turbo124/master

Add intl extension
This commit is contained in:
David Bomba
2024-07-08 09:44:43 +10:00
committed by GitHub

View File

@@ -57,6 +57,7 @@ RUN install-php-extensions \
opcache \
pdo_mysql \
zip \
intl \
@composer \
&& rm /usr/local/bin/install-php-extensions