Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Enable the intl extension to use the Filament package with Laravel.
  • Loading branch information
lemesdaniel authored May 4, 2024
1 parent ba47dd1 commit 267e55b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ RUN apk add --upgrade --update --no-cache \
php${PHP}-pecl-redis \
php${PHP}-pecl-swoole \
php${PHP}-pecl-xdebug \
icu-dev \
php${PHP}-intl \
&& ln -sf /usr/bin/php${PHP} /usr/bin/php \
&& mv /etc/php/php.ini /etc/php${PHP}/conf.d/zzphp.ini \
&& /usr/local/bin/install-tools
Expand Down

0 comments on commit 267e55b

Please sign in to comment.