mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Update php-redis to 4.2.0 and php-apcu to 5.1.13
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
b6b83ba7ea
commit
ae849f1900
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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -25,9 +25,9 @@ declare -A extras=(
|
|||
)
|
||||
|
||||
declare -A pecl_versions=(
|
||||
[APCu]='5.1.12'
|
||||
[APCu]='5.1.13'
|
||||
[memcached]='3.0.4'
|
||||
[redis]='4.1.1'
|
||||
[redis]='4.2.0'
|
||||
)
|
||||
|
||||
variants=(
|
||||
|
|
Loading…
Reference in a new issue