From 20b6152b6fd450f46b93c55c8843d784fc8ea800 Mon Sep 17 00:00:00 2001 From: TAKANO Mitsuhiro Date: Tue, 27 Feb 2024 18:15:59 +0900 Subject: [PATCH] ECR: pecl install apcu --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index da9b803..d7d5012 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,8 +8,8 @@ ENV DEBCONF_NOWARNINGS=yes # Install Memcache PHP extension RUN apt-get update RUN apt-get install -y unzip zlib1g zlib1g-dev libssl-dev -RUN pecl install memcache docker-php-ext-enable memcache - +RUN pecl install memcache apcu +RUN docker-php-ext-enable memcache apcu # Download and install Total Cache plugin RUN curl -o w3-total-cache.zip -L -O https://downloads.wordpress.org/plugin/w3-total-cache.2.7.0.zip && \