We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985a63f commit b43e33cCopy full SHA for b43e33c
frameworks/PHP/symfony/symfony.dockerfile
@@ -7,8 +7,8 @@ RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null && \
7
apt-get update -yqq > /dev/null && apt-get upgrade -yqq > /dev/null
8
9
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
+ php8.4-bcmath php8.4-cli php8.4-fpm php8.4-pgsql \
+ php8.4-mbstring php8.4-xml php8.4-curl php8.4-dev php8.4-intl > /dev/null
12
13
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
14
0 commit comments