Skip to content

Commit

Permalink
Merge branch 'hotfix/php-extensions'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey committed Aug 26, 2021
2 parents b3f949a + 56016e9 commit 553ba3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/php72/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion containers/php73/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 553ba3c

Please sign in to comment.