From e241c3a13ed8784772b596c1c2d037c3ed22edc3 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 2 Feb 2018 19:58:31 +0100 Subject: [PATCH] Install php7-session as standard part of PHP runtime --- kanboard/Dockerfile | 4 ++-- seeddms/Dockerfile | 2 +- ushahidi/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kanboard/Dockerfile b/kanboard/Dockerfile index 012455c..b009a6a 100644 --- a/kanboard/Dockerfile +++ b/kanboard/Dockerfile @@ -3,11 +3,11 @@ MAINTAINER Disassembler RUN \ # Install PHP runtime - apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache s6 + apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session s6 RUN \ # Install runtime dependencies - apk --no-cache add php7-dom php7-iconv php7-openssl php7-pdo_pgsql php7-posix php7-session php7-simplexml php7-sockets php7-xml php7-zip php7-zlib + apk --no-cache add php7-dom php7-iconv php7-openssl php7-pdo_pgsql php7-posix php7-simplexml php7-sockets php7-xml php7-zip php7-zlib RUN \ # Install build dependencies diff --git a/seeddms/Dockerfile b/seeddms/Dockerfile index 12a0897..50bfa02 100644 --- a/seeddms/Dockerfile +++ b/seeddms/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Disassembler RUN \ # Install PHP runtime - apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache s6 + apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session s6 RUN \ # Install runtime dependencies diff --git a/ushahidi/Dockerfile b/ushahidi/Dockerfile index 4814637..e9b52fd 100644 --- a/ushahidi/Dockerfile +++ b/ushahidi/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Disassembler RUN \ # Install PHP runtime - apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache s6 + apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session s6 RUN \ # Install runtime dependencies