add intl
This commit is contained in:
parent
dd23b97bf8
commit
200105c54f
@ -2,6 +2,6 @@ FROM php:8.2-alpine
|
|||||||
|
|
||||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||||
|
|
||||||
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql redis zip sockets pcov
|
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql redis zip sockets pcov
|
||||||
|
|
||||||
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user