Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey committed Aug 26, 2021
2 parents af0a1aa + 553ba3c commit 9542f66
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
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
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 9542f66

Please sign in to comment.