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:23 -04:00 committed by zombielinux
parent 05d4746aa3
commit ca3551335e

View file

@ -65,12 +65,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; \
\