Skip to content

Commit

Permalink
instal intl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Sep 29, 2023
1 parent 2002e7e commit e7477ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e7477ba

Please sign in to comment.