Update php-memcached to 3.1.2 and APCu to 5.1.16
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
9ecaf51c4f
commit
5bd47f8159
@ -24,6 +24,7 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
@ -52,8 +53,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -20,6 +20,7 @@ RUN set -ex; \
|
||||
autoconf \
|
||||
freetype-dev \
|
||||
icu-dev \
|
||||
libevent-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libmcrypt-dev \
|
||||
libpng-dev \
|
||||
@ -46,8 +47,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -24,6 +24,7 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
@ -52,8 +53,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -24,6 +24,7 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
@ -52,8 +53,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -20,6 +20,7 @@ RUN set -ex; \
|
||||
autoconf \
|
||||
freetype-dev \
|
||||
icu-dev \
|
||||
libevent-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libmcrypt-dev \
|
||||
libpng-dev \
|
||||
@ -46,8 +47,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -24,6 +24,7 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
@ -52,8 +53,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -24,6 +24,7 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
@ -53,8 +54,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -20,6 +20,7 @@ RUN set -ex; \
|
||||
autoconf \
|
||||
freetype-dev \
|
||||
icu-dev \
|
||||
libevent-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libmcrypt-dev \
|
||||
libpng-dev \
|
||||
@ -47,8 +48,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -24,6 +24,7 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
@ -53,8 +54,8 @@ 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.15; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install APCu-5.1.16; \
|
||||
pecl install memcached-3.1.2; \
|
||||
pecl install redis-4.2.0; \
|
||||
pecl install imagick-3.4.3; \
|
||||
\
|
||||
|
@ -19,6 +19,7 @@ RUN set -ex; \
|
||||
autoconf \
|
||||
freetype-dev \
|
||||
icu-dev \
|
||||
libevent-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libmcrypt-dev \
|
||||
libpng-dev \
|
||||
|
@ -23,6 +23,7 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user