File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments