File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
1515ADD ./config/php.ini /usr/local/etc/php/conf.d/php.ini
1616ADD ./config/php-fpm.conf /usr/local/etc/php-fpm.d/zzz-magicLAMP.conf
Original file line number Diff line number Diff 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
1515ADD ./config/php.ini /usr/local/etc/php/conf.d/php.ini
1616ADD ./config/php-fpm.conf /usr/local/etc/php-fpm.d/zzz-magicLAMP.conf
You can’t perform that action at this time.
0 commit comments