Skip to content

Commit

Permalink
ECR: Remove README.markdown
Browse files Browse the repository at this point in the history
Remove `README.markdown` file extracted by AmazonElastiCacheClusterClient archive
  • Loading branch information
takano32 committed Feb 27, 2024
1 parent 20b6152 commit 9b9ded5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN curl -o w3-total-cache.zip -L -O https://downloads.wordpress.org/plugin/w3-t
rm w3-total-cache.zip

RUN curl -o - -OL https://elasticache-downloads.s3.amazonaws.com/ClusterClient/PHP-8.2/latest-64bit-arm-X86-openssl3 | tar zxvf - && \
rm ./README.markdown && \
chmod o+x ./amazon-elasticache-cluster-client.so && \
chown root:root ./amazon-elasticache-cluster-client.so && \
mv ./amazon-elasticache-cluster-client.so /usr/local/lib/php/extensions/no-debug-non-zts*/ && \
Expand Down

0 comments on commit 9b9ded5

Please sign in to comment.