From 19f4bf47724392cf65bdba104813569f9bb57e55 Mon Sep 17 00:00:00 2001 From: Ernesto Serrano Date: Wed, 22 Apr 2020 08:47:13 +0200 Subject: [PATCH] Add the php7-opcache package Added the OPcache extension to improve PHP performance. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c7edc9..a8cfc30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL Maintainer="Tim de Pater " \ Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux." # Install packages -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 \ php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \ php7-mbstring php7-gd nginx supervisor curl