Skip to content

Commit

Permalink
deactivate ampq, imagick for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Dec 4, 2020
1 parent ecde4e4 commit 6f0cd28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/php-official/8.0-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,16 @@ RUN set -x \
&& pickle install yaml \
&& pickle install redis \
&& pickle install mongodb \
&& pickle install imagick \
&& pickle install amqp \
#&& pickle install imagick \
#&& pickle install amqp \
&& docker-php-ext-enable \
apcu \
vips \
yaml \
redis \
imagick \
#imagick \
mongodb \
amqp \
#amqp \
# Uninstall dev and header packages
&& apk del -f --purge \
autoconf \
Expand Down
8 changes: 4 additions & 4 deletions template/Dockerfile/images/php.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -296,16 +296,16 @@
&& pickle install yaml \
&& pickle install redis \
&& pickle install mongodb \
&& pickle install imagick \
&& pickle install amqp \
#&& pickle install imagick \
#&& pickle install amqp \
&& docker-php-ext-enable \
apcu \
vips \
yaml \
redis \
imagick \
#imagick \
mongodb \
amqp \
#amqp \
{%- else %}
# Install vips (only works with PHP >= 7.0)
&& pecl install apcu \
Expand Down

0 comments on commit 6f0cd28

Please sign in to comment.