0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Run update.sh (#1170)

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>
This commit is contained in:
tilosp-bot 2020-07-14 22:32:04 +02:00 committed by GitHub
parent baebdfefd9
commit 8c623fd156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
96 changed files with 3974 additions and 3 deletions

View file

@ -54,7 +54,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.18; \
pecl install memcached-3.1.5; \
pecl install redis-5.2.2; \
pecl install redis-5.3.1; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \