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 20b6152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 20b6152

Please sign in to comment.