Skip to content

Commit

Permalink
Merge pull request #696 from uselagoon/renovate/main-php-pecl-file_fo…
Browse files Browse the repository at this point in the history
…rmats-yaml-2.2.x
  • Loading branch information
tobybellwood authored Mar 5, 2023
2 parents 74c4e4c + e4ea8f2 commit 4e2d893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN apk add --no-cache --virtual .devdeps \
&& yes '' | pecl install -f imagick-3.7.0 \
&& yes '' | pecl install -f redis-5.3.7 \
&& yes '' | pecl install -f xdebug-3.2.0 \
&& yes '' | pecl install -f yaml-2.2.2 \
&& yes '' | pecl install -f yaml-2.2.3 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
&& rm -rf /tmp/pear \
&& apk del -r \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN apk add --no-cache --virtual .devdeps \
&& yes '' | pecl install -f imagick-3.7.0 \
&& yes '' | pecl install -f redis-5.3.7 \
&& yes '' | pecl install -f xdebug-3.2.0 \
&& yes '' | pecl install -f yaml-2.2.2 \
&& yes '' | pecl install -f yaml-2.2.3 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
&& rm -rf /tmp/pear \
&& apk del -r \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN apk add --no-cache --virtual .devdeps \
&& yes '' | pecl install -f imagick-3.7.0 \
&& yes '' | pecl install -f redis-5.3.7 \
&& yes '' | pecl install -f xdebug-3.2.0 \
&& yes '' | pecl install -f yaml-2.2.2 \
&& yes '' | pecl install -f yaml-2.2.3 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
&& rm -rf /tmp/pear \
&& apk del -r \
Expand Down

0 comments on commit 4e2d893

Please sign in to comment.