From e7477baa84b3566ac2fc3290c4d4dca03328029c Mon Sep 17 00:00:00 2001 From: Leonardo Lemos Date: Fri, 29 Sep 2023 08:36:39 -0300 Subject: [PATCH] instal intl extension --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2c71ad..49faf38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG GID=1000 # Instalação do php ext installer (https://github.com/mlocati/docker-php-extension-installer) COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ # Instalação de pacotes -RUN IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath bz2 calendar exif gd gettext gmp opcache pcntl \ +RUN IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath bz2 calendar exif gd gettext gmp opcache intl pcntl \ pdo_mysql sockets xsl zip \ igbinary-stable \ redis-stable \