mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-24 20:34:10 +02:00
Merge pull request #541 from J0WI/redis-4.2.0-apcu-5.1.13
Update php-redis to 4.2.0 and php-apcu to 5.1.13
This commit is contained in:
commit
b4c914d530
22 changed files with 44 additions and 44 deletions
|
@ -51,9 +51,9 @@ 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.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ 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.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ 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.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue