File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN apk add --no-cache git
3535
3636# # Install Ext
3737ADD --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
4141RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ADD cslant.php.ini "$PHP_INI_DIR/conf.d/blog.ini"
2121WORKDIR /var/dev
2222
2323ADD --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
2727RUN apk add --no-cache supervisor
You can’t perform that action at this time.
0 commit comments