From 56016e999099abda39031df161c9baf2f9336904 Mon Sep 17 00:00:00 2001 From: Chris Harvey Date: Thu, 26 Aug 2021 16:50:37 +0100 Subject: [PATCH] Enable installed extensions --- containers/php72/Dockerfile | 2 +- containers/php73/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/php72/Dockerfile b/containers/php72/Dockerfile index 0a71c09..966ca23 100644 --- a/containers/php72/Dockerfile +++ b/containers/php72/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && \ pecl install swoole && \ pecl install memcached && \ pecl install rdkafka && \ - docker-php-ext-enable rdkafka + docker-php-ext-enable imagick opcache swoole memcached rdkafka ADD ./config/php.ini /usr/local/etc/php/conf.d/php.ini ADD ./config/php-fpm.conf /usr/local/etc/php-fpm.d/zzz-magicLAMP.conf \ No newline at end of file diff --git a/containers/php73/Dockerfile b/containers/php73/Dockerfile index d4e7696..2c02568 100644 --- a/containers/php73/Dockerfile +++ b/containers/php73/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && \ pecl install swoole && \ pecl install memcached && \ pecl install rdkafka && \ - docker-php-ext-enable rdkafka + docker-php-ext-enable imagick opcache swoole memcached rdkafka ADD ./config/php.ini /usr/local/etc/php/conf.d/php.ini ADD ./config/php-fpm.conf /usr/local/etc/php-fpm.d/zzz-magicLAMP.conf \ No newline at end of file