Skip to content

Commit

Permalink
S3 debug - add AWS CLI. (#54)
Browse files Browse the repository at this point in the history
* Don't use AS3CF_SETTINGS, let's use the GUI during debuging.

* Amend to pass phpcs

* Fix so local still works.

* Add aws cli
  • Loading branch information
EarthlingDavey authored Feb 20, 2024
1 parent 44a2f0a commit 4b06ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN apk add --update bash \
icu-dev \
htop \
mariadb-client \
# For debugging only. TODO: remove aws-cli in production.
aws-cli \
$PHPIZE_DEPS

RUN pecl install imagick
Expand Down

0 comments on commit 4b06ed3

Please sign in to comment.