Skip to content

Commit

Permalink
Fix Docker Build
Browse files Browse the repository at this point in the history
  • Loading branch information
h2ouw8n4 committed Nov 4, 2023
1 parent b25ebf2 commit 4ecfd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -o w3-total-cache.zip -L -O https://downloads.wordpress.org/plugin/w3-t

RUN curl -o latest-64bit -L -O https://elasticache-downloads.s3.amazonaws.com/ClusterClient/PHP-8.0/latest-64bit-X86-openssl3 && \
tar -zxvf latest-64bit && \
mv artifact/amazon-elasticache-cluster-client.so /usr/lib64/php/8.0/modules/ && \
mv ./amazon-elasticache-cluster-client.so /usr/lib64/php/8.0/modules/ && \
echo "extension=amazon-elasticache-cluster-client.so" | sudo tee --append /etc/php-8.0/50-memcached.ini

# Copy custom .htaccess
Expand Down

0 comments on commit 4ecfd3b

Please sign in to comment.