diff --git a/kanboard/Dockerfile b/kanboard/Dockerfile index 2ade073..fb24e17 100644 --- a/kanboard/Dockerfile +++ b/kanboard/Dockerfile @@ -3,11 +3,11 @@ MAINTAINER Disassembler RUN \ # Install PHP runtime - apk --no-cache add nginx php7-fpm s6 + apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache s6 RUN \ # Install runtime dependencies - apk --no-cache add php7 php7-ctype php7-dom php7-gd php7-iconv php7-json php7-mbstring php7-mcrypt php7-opcache 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-session php7-simplexml php7-sockets php7-xml php7-zip php7-zlib RUN \ # Install build dependencies diff --git a/seeddms/Dockerfile b/seeddms/Dockerfile index e84f7d9..6c00ee6 100644 --- a/seeddms/Dockerfile +++ b/seeddms/Dockerfile @@ -3,11 +3,11 @@ MAINTAINER Disassembler RUN \ # Install PHP runtime - apk --no-cache add nginx php7-fpm s6 + apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache s6 RUN \ # Install runtime dependencies - apk --no-cache add ghostscript imagemagick libreoffice-calc libreoffice-impress libreoffice-writer php7-gd php7-iconv php7-json php7-mbstring php7-pear php7-pdo_pgsql php7-simplexml php7-xml poppler-utils + apk --no-cache add ghostscript imagemagick libreoffice-calc libreoffice-impress libreoffice-writer php7-iconv php7-pear php7-pdo_pgsql php7-simplexml php7-xml poppler-utils RUN \ # Install unoconv diff --git a/ushahidi/Dockerfile b/ushahidi/Dockerfile index cc22b80..4814637 100644 --- a/ushahidi/Dockerfile +++ b/ushahidi/Dockerfile @@ -3,11 +3,11 @@ MAINTAINER Disassembler RUN \ # Install PHP runtime - apk --no-cache add nginx php7-fpm s6 + apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache s6 RUN \ # Install runtime dependencies - apk --no-cache add php7 php7-ctype php7-curl php7-gd php7-imap php7-json php7-mbstring php7-mcrypt php7-mysqli php7-opcache php7-pdo_mysql + apk --no-cache add php7-curl php7-imap php7-mysqli php7-pdo_mysql RUN \ # Download Ushahidi