Skip to content

Commit

Permalink
Merge pull request #302 from uselagoon/renovate/main-php-pecl-file_fo…
Browse files Browse the repository at this point in the history
…rmats-yaml-2.2.x

Update dependency php/pecl-file_formats-yaml to v2.2.1 (main)
  • Loading branch information
tobybellwood authored Sep 8, 2021
2 parents d59740a + bd1145f commit 935cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN apk add --no-cache fcgi \
# && yes '' | pecl install -f imagick \
&& yes '' | pecl install -f redis-5.3.2 \
&& yes '' | pecl install -f xdebug-3.0.4 \
&& yes '' | pecl install -f yaml-2.2.0 \
&& yes '' | pecl install -f yaml-2.2.1 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml
# RUN sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
RUN rm -rf /var/cache/apk/* /tmp/pear/ \
Expand Down

0 comments on commit 935cd06

Please sign in to comment.