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
5b2100578b
commit
d1dc09393f
1 changed files with 2 additions and 0 deletions
|
@ -65,12 +65,14 @@ RUN set -ex; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.4; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.5.1; \
|
||||||
|
pecl installl inotify; \
|
||||||
\
|
\
|
||||||
docker-php-ext-enable \
|
docker-php-ext-enable \
|
||||||
apcu \
|
apcu \
|
||||||
memcached \
|
memcached \
|
||||||
redis \
|
redis \
|
||||||
imagick \
|
imagick \
|
||||||
|
inotify \
|
||||||
; \
|
; \
|
||||||
rm -r /tmp/pear; \
|
rm -r /tmp/pear; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Reference in a new issue