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

This commit is contained in:
Simon L 2023-09-12 10:58:04 +02:00 committed by GitHub
commit cc7c0e0c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately # pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.22; \ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \ pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \ pecl install redis-6.0.0; \
pecl install imagick-3.7.0; \ pecl install imagick-3.7.0; \
\ \
docker-php-ext-enable \ docker-php-ext-enable \