Skip to content

Commit

Permalink
use stable extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jul 22, 2022
1 parent 03bc6bc commit 844bca2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions php/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ RUN apt-get update && \
# Install common system packages for PHP extensions recommended for Yii 2.0 Framework
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions \
soap \
zip \
bcmath \
exif \
gd \
opcache \
pdo_mysql \
pdo_pgsql \
imagick \
mongodb \
xdebug
soap-stable \
zip-stable \
bcmath-stable \
exif-stable \
gd-stable \
opcache-stable \
pdo_mysql-stable \
pdo_pgsql-stable \
imagick-stable \
mongodb-stable \
xdebug-stable

# Add configuration files
COPY image-files/dev/ /
Expand Down

0 comments on commit 844bca2

Please sign in to comment.