Add image without and with PHP Support
This commit is contained in:
8
Dockerfile.php
Normal file
8
Dockerfile.php
Normal file
@ -0,0 +1,8 @@
|
||||
FROM docker.hibas123.de/caddy
|
||||
|
||||
RUN apk add --no-cache openssl libxml2 php7 php7-fpm php7-opcache php7-curl php7-ctype php7-dom php7-gd php7-iconv \
|
||||
php7-json php7-xml php7-mbstring php7-openssl php7-posix php7-session php7-simplexml php7-xmlreader php7-xmlwriter \
|
||||
php7-zip php7-zlib php7-pdo_sqlite php7-pdo_mysql php7-pdo_pgsql php7-fileinfo php7-bz2 php7-intl php7-ldap \
|
||||
php7-ftp php7-imap php7-bcmath php7-gmp php7-exif
|
||||
|
||||
RUN cat /etc/php7/php-fpm.d/www.conf | sed 's/listen = 127.0.0.1:9000/listen = \/run\/php-fpm.sock/g' > /etc/php7/php-fpm.d/www.conf
|
Reference in New Issue
Block a user