nextcloud-update automated change

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
szaimen 2022-01-13 12:38:28 +00:00 committed by GitHub
parent 6ab759681e
commit 0a27a5f0c4

View file

@ -56,10 +56,10 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.20; \
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.4; \
pecl install imagick-3.5.1; \
pecl install redis-5.3.5; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
apcu \