Merge pull request #152 from nextcloud/nextcloud-container-update

Nextcloud update
This commit is contained in:
Simon L 2022-01-19 18:48:25 +01:00 committed by GitHub
commit 8659ae6a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ 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.21; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.5; \
pecl install redis-5.3.6; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \