Skip to content

Commit f16f06f

Browse files
committed
feat: remove duplicate bcmath from PHP extensions installation in Dockerfile
1 parent eedc5ac commit f16f06f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php85/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apk add --no-cache git
3535

3636
## Install Ext
3737
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
38-
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip xdebug redis intl pdo_pgsql pgsql pdo_mysql mysqli imagick curl fileinfo xml mbstring sodium bcmath
38+
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip redis intl pdo_pgsql pgsql pdo_mysql mysqli imagick curl fileinfo xml mbstring sodium bcmath
3939

4040
# Install WP-CLI
4141
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \

worker85/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ADD cslant.php.ini "$PHP_INI_DIR/conf.d/blog.ini"
2121
WORKDIR /var/dev
2222

2323
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
24-
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip xdebug redis intl pdo_pgsql pgsql pdo_mysql mysqli
24+
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip redis intl pdo_pgsql pgsql pdo_mysql mysqli
2525

2626
## Install supervisord
2727
RUN apk add --no-cache supervisor

0 commit comments

Comments
 (0)