File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
5858 && rm -rf /var/lib/apt/lists/*
5959
6060RUN 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/*
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
5858 && rm -rf /var/lib/apt/lists/*
5959
6060RUN 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/*
You can’t perform that action at this time.
0 commit comments