whennemuth / bu-wp-docker

This repository comprises two docker build contexts for producing a final docker image for running containers that host BU wordpress websites.
0 stars 0 forks source link

Add awscli #15

Closed jdub233 closed 8 months ago

jdub233 commented 8 months ago

Installs the AWS CLI binary as recommended by AWS docs.

Generally useful, but also the BU site-manager WordPress plugin relies on running aws s3 commands in a bash shell using php's exec() function for things like long running file copies.

whennemuth commented 8 months ago

Looks good to me, I think?