Add intl extension

This commit is contained in:
David Bomba
2024-07-08 09:21:29 +10:00
parent bed751ce18
commit edf21b5d4f

View File

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