mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 09:23:36 +08:00
Merge pull request #129 from nextcloud/create-pull-request/patch
Nextcloud update
This commit is contained in:
commit
99cb8d4088
1 changed files with 3 additions and 3 deletions
|
@ -56,10 +56,10 @@ RUN set -ex; \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||||
pecl install APCu-5.1.20; \
|
pecl install APCu-5.1.21; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.5; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.7.0; \
|
||||||
\
|
\
|
||||||
docker-php-ext-enable \
|
docker-php-ext-enable \
|
||||||
apcu \
|
apcu \
|
||||||
|
|
Loading…
Reference in a new issue