0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 00:24:47 +02:00

Runs update.sh

Signed-off-by: András Maróy <andras@maroy.hu>
This commit is contained in:
GitHub Workflow 2021-06-18 01:32:47 +00:00 committed by András Maróy
parent a535a5f992
commit 599146dd58
15 changed files with 18 additions and 18 deletions

View file

@ -63,7 +63,7 @@ RUN set -ex; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.4; \
pecl install imagick-3.4.4; \
pecl install imagick-3.5.0; \
\
docker-php-ext-enable \
apcu \