Skip to content

Commit b86f91a

Browse files
committed
Added image magic and bcmat ext to php
1 parent 28a61e0 commit b86f91a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

php5.6-fpm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
3939
php${PHP_VERSION}-zip \
4040
php${PHP_VERSION}-xdebug \
4141
php${PHP_VERSION}-intl \
42+
php${PHP_VERSION}-bcmath \
43+
php-imagick \
4244
php-memcached \
4345
php-redis \
4446
mysql-client \

php7.0-fpm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
2929
php${PHP_VERSION}-xsl \
3030
php${PHP_VERSION}-zip \
3131
php${PHP_VERSION}-intl \
32+
php${PHP_VERSION}-bcmath \
33+
php-imagick \
3234
php-xdebug \
3335
php-pear \
3436
php-memcached \

php7.2-fpm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
3030
php${PHP_VERSION}-dev \
3131
php${PHP_VERSION}-xdebug \
3232
php${PHP_VERSION}-intl \
33+
php${PHP_VERSION}-bcmath \
34+
php-imagick \
3335
php-memcached \
3436
php-pear \
3537
libmcrypt-dev \

php7.3-fpm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
4343
php${PHP_VERSION}-dev \
4444
php${PHP_VERSION}-xdebug \
4545
php${PHP_VERSION}-intl \
46+
php${PHP_VERSION}-bcmath \
47+
php-imagick \
4648
php-memcached \
4749
php-pear \
4850
libmcrypt-dev \

0 commit comments

Comments
 (0)