Skip to content

Commit 553ba3c

Browse files
committed
Merge branch 'hotfix/php-extensions'
2 parents b3f949a + 56016e9 commit 553ba3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/php72/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
pecl install swoole && \
1111
pecl install memcached && \
1212
pecl install rdkafka && \
13-
docker-php-ext-enable rdkafka
13+
docker-php-ext-enable imagick opcache swoole memcached rdkafka
1414

1515
ADD ./config/php.ini /usr/local/etc/php/conf.d/php.ini
1616
ADD ./config/php-fpm.conf /usr/local/etc/php-fpm.d/zzz-magicLAMP.conf

containers/php73/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
pecl install swoole && \
1111
pecl install memcached && \
1212
pecl install rdkafka && \
13-
docker-php-ext-enable rdkafka
13+
docker-php-ext-enable imagick opcache swoole memcached rdkafka
1414

1515
ADD ./config/php.ini /usr/local/etc/php/conf.d/php.ini
1616
ADD ./config/php-fpm.conf /usr/local/etc/php-fpm.d/zzz-magicLAMP.conf

0 commit comments

Comments
 (0)