Skip to content

Commit b43e33c

Browse files
committed
[php] Add extension for Symfony
* Add PHP extension instead of polyfill * Change php.ini to the same settings as the Symfony Framework
1 parent 985a63f commit b43e33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/PHP/symfony/symfony.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null && \
77
apt-get update -yqq > /dev/null && apt-get upgrade -yqq > /dev/null
88

99
RUN apt-get install -yqq nginx git unzip curl \
10-
php8.4-cli php8.4-fpm php8.4-pgsql \
11-
php8.4-mbstring php8.4-xml php8.4-curl php8.4-dev > /dev/null
10+
php8.4-bcmath php8.4-cli php8.4-fpm php8.4-pgsql \
11+
php8.4-mbstring php8.4-xml php8.4-curl php8.4-dev php8.4-intl > /dev/null
1212

1313
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
1414

0 commit comments

Comments
 (0)