Skip to content

Commit

Permalink
ECR: pecl install apcu
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 27, 2024
1 parent 7dcce13 commit 1da5e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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 apcu
RUN docker-php-ext-enable 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 && \
Expand Down

0 comments on commit 1da5e52

Please sign in to comment.