0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Update Dockerfile

Signed-off-by: zombielinux <will@sutton-family.org>
This commit is contained in:
William Sutton 2021-11-03 14:23:57 -04:00 committed by zombielinux
parent ca3551335e
commit 5b2100578b

View file

@ -56,12 +56,14 @@ RUN set -ex; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.4; \
pecl install imagick-3.5.1; \
pecl installl inotify; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
imagick \
inotify \
; \
rm -r /tmp/pear; \
\