mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 11:06:09 +02:00
Update Dockerfile
Signed-off-by: zombielinux <will@sutton-family.org>
This commit is contained in:
parent
ca3551335e
commit
5b2100578b
1 changed files with 2 additions and 0 deletions
|
@ -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; \
|
||||
\
|
||||
|
|
Loading…
Add table
Reference in a new issue