Skip to content

Commit

Permalink
fix yaml on 8.0 alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Aug 17, 2020
1 parent 84198cf commit ba467d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/php-official/8.0-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,15 @@ RUN set -x \
&& pickle install memcached \
&& pickle install apcu \
&& pickle install vips \
&& pickle install yaml \
# && pickle install yaml \
# && pickle install redis \
# && pickle install mongodb \
# && pickle install imagick \
# && pickle install amqp \
&& docker-php-ext-enable \
apcu \
vips \
yaml \
# yaml \
# redis \
# imagick \
# mongodb \
Expand Down
4 changes: 2 additions & 2 deletions template/Dockerfile/images/php.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,15 @@
&& pickle install memcached \
&& pickle install apcu \
&& pickle install vips \
&& pickle install yaml \
# && pickle install yaml \
# && pickle install redis \
# && pickle install mongodb \
# && pickle install imagick \
# && pickle install amqp \
&& docker-php-ext-enable \
apcu \
vips \
yaml \
# yaml \
# redis \
# imagick \
# mongodb \
Expand Down

0 comments on commit ba467d2

Please sign in to comment.