Skip to content

Commit

Permalink
Force ARM Platform Docker Build for Graviton2 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
h2ouw8n4 committed Nov 6, 2023
1 parent a0ac96e commit 7852ae1
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 @@ -3,8 +3,8 @@ LABEL name="wp-memcache"
LABEL authors="Derek Muensterman - https://github.com/h2ouw8n4"

# Install Memcache PHP extension
RUN apt-get update
RUN apt-get install -y unzip zlib1g zlib1g-dev libssl-dev
RUN apt update
RUN apt install -y unzip zlib1g zlib1g-dev libssl-dev
RUN pecl install memcache docker-php-ext-enable memcache


Expand Down

0 comments on commit 7852ae1

Please sign in to comment.