mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
adjust update script
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
d1ed80af33
commit
4b3c953758
2 changed files with 17 additions and 8 deletions
|
|
@ -80,12 +80,10 @@ RUN set -ex; \
|
|||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install igbinary-3.2.15; \
|
||||
pecl install APCu-5.1.23; \
|
||||
pecl install --configureoptions \
|
||||
'enable-memcached-igbinary="yes"' \
|
||||
memcached-3.2.0; \
|
||||
pecl install --configureoptions \
|
||||
'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' \
|
||||
redis-6.0.2; \
|
||||
pecl install memcached-3.2.0 \
|
||||
--configureoptions 'enable-memcached-igbinary="yes"'; \
|
||||
pecl install redis-6.0.2 \
|
||||
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue