Skip to content

Commit

Permalink
fix redis php8
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Oct 19, 2020
1 parent ad3c1ba commit 3ea4e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/php-official/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ RUN set -x \
&& pickle install memcached \
&& pickle install apcu \
&& pickle install vips \
&& pickle install redis \
&& pickle install redis@5.3.1 \
&& pickle install mongodb \
&& pickle install imagick \
&& pickle install amqp \
Expand Down
2 changes: 1 addition & 1 deletion template/Dockerfile/images/php.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
&& pickle install memcached \
&& pickle install apcu \
&& pickle install vips \
&& pickle install redis \
&& pickle install redis@5.3.1 \
&& pickle install mongodb \
&& pickle install imagick \
&& pickle install amqp \
Expand Down

0 comments on commit 3ea4e70

Please sign in to comment.