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