From 4b06ed363c572e8f147f6e9bf152598a791da552 Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:42:04 +0000 Subject: [PATCH] S3 debug - add AWS CLI. (#54) * Don't use AS3CF_SETTINGS, let's use the GUI during debuging. * Amend to pass phpcs * Fix so local still works. * Add aws cli --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e5c61b30..4a116caf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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