Refine common PHP extensions

This commit is contained in:
Disassembler 2018-01-24 15:52:13 +01:00
parent 136a207a2f
commit f57dc0a0eb
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 6 additions and 6 deletions

View File

@ -3,11 +3,11 @@ MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \ RUN \
# Install PHP runtime # 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 \ RUN \
# Install runtime dependencies # 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 \ RUN \
# Install build dependencies # Install build dependencies

View File

@ -3,11 +3,11 @@ MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \ RUN \
# Install PHP runtime # 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 \ RUN \
# Install runtime dependencies # 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 \ RUN \
# Install unoconv # Install unoconv

View File

@ -3,11 +3,11 @@ MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \ RUN \
# Install PHP runtime # 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 \ RUN \
# Install runtime dependencies # 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 \ RUN \
# Download Ushahidi # Download Ushahidi