summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-12-22 17:14:05 +0100
committerJ0WI <J0WI@users.noreply.github.com>2019-01-11 02:03:04 +0100
commit5bd47f81594091fb61a74f8c07eaf2d1331f01f7 (patch)
treeb052581b99706d46b841536bb9f826e48874a535 /15.0
parent9ecaf51c4f34a53c2a2f82b55af50777b1900366 (diff)
Update php-memcached to 3.1.2 and APCu to 5.1.16
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '15.0')
-rw-r--r--15.0/apache/Dockerfile5
-rw-r--r--15.0/fpm-alpine/Dockerfile5
-rw-r--r--15.0/fpm/Dockerfile5
3 files changed, 9 insertions, 6 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 57ae0a21..0f4ed34c 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -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; \
\
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index 70355541..40183188 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -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; \
\
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index ee5e7ac6..b2d17da1 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -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; \
\