mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-24 20:34:10 +02:00
Upgrade PHP Redis to 5.x for 19.0 (#1100)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
a229b17bca
commit
0599d1022c
4 changed files with 5 additions and 4 deletions
|
@ -54,7 +54,7 @@ RUN set -ex; \
|
|||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.18; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-4.3.0; \
|
||||
pecl install redis-5.2.2; \
|
||||
pecl install imagick-3.4.4; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue