We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 772d7ae + 19f4bf4 commit 7766064Copy full SHA for 7766064
Dockerfile
@@ -3,7 +3,7 @@ LABEL Maintainer="Tim de Pater <[email protected]>" \
3
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
4
5
# Install packages
6
-RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
+RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
7
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
8
php7-mbstring php7-gd nginx supervisor curl
9
0 commit comments