From 5827e9189eb15bce22ba51cdc05c9b4c0445930f Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 20 Jun 2023 20:43:34 +0200 Subject: [PATCH] enable opcache --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index aa74750..6fed724 100644 --- a/Containerfile +++ b/Containerfile @@ -15,7 +15,7 @@ RUN set -xe;\ RUN set -xe;\ docker-php-ext-configure mbstring --disable-mbregex &&\ docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp --with-xpm &&\ - docker-php-ext-install -j$(nproc) curl zip bcmath intl mbstring xml pcntl gd mysqli pdo_mysql pdo_pgsql &&\ + docker-php-ext-install -j$(nproc) curl zip bcmath intl mbstring xml pcntl gd mysqli pdo_mysql pdo_pgsql opcache &&\ pecl install imagick &&\ pecl install redis &&\ docker-php-ext-enable imagick redis