Removed bcmath PHP extension from Dockerfiles

The bcmath PHP extension was removed from multiple Dockerfiles. This change simplifies the build process and reduces the overall size of the resulting images.
This commit is contained in:
Jeroen De Meerleer 2024-11-08 13:46:16 +01:00
parent 3a3b5d8eb3
commit 0de1cd40ac
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
3 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@ RUN set -eux; \
chmod uga+x /usr/local/bin/install-php-extensions && sync
RUN set -eux;install-php-extensions intl
RUN set -eux;install-php-extensions bcmath
RUN set -eux;install-php-extensions pdo_mysql
RUN set -eux;install-php-extensions opcache
RUN set -eux;install-php-extensions pcntl

View File

@ -14,7 +14,6 @@ RUN set -eux; \
chmod uga+x /usr/local/bin/install-php-extensions && sync
RUN set -eux;install-php-extensions intl
RUN set -eux;install-php-extensions bcmath
RUN set -eux;install-php-extensions pdo_mysql
RUN set -eux;install-php-extensions opcache
RUN set -eux;install-php-extensions pcntl

View File

@ -27,7 +27,6 @@ RUN set -eux; \
chmod uga+x /usr/local/bin/install-php-extensions && sync
RUN set -eux;install-php-extensions intl
RUN set -eux;install-php-extensions bcmath
RUN set -eux;install-php-extensions pdo_mysql
RUN set -eux;install-php-extensions opcache
RUN set -eux;install-php-extensions pcntl