Skip to content

Commit dae69a7

Browse files
committed
feat: add bcmath extension
1 parent 48653a4 commit dae69a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.php7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
5858
&& rm -rf /var/lib/apt/lists/*
5959

6060
RUN docker-php-ext-install bz2 \
61-
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap \
61+
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap bcmath \
6262
&& apt-get autoremove \
6363
&& apt-get clean \
6464
&& rm -rf /var/lib/apt/lists/*

Dockerfile.php8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
5858
&& rm -rf /var/lib/apt/lists/*
5959

6060
RUN docker-php-ext-install bz2 \
61-
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap \
61+
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap bcmath\
6262
&& apt-get autoremove \
6363
&& apt-get clean \
6464
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)