diff --git a/Dockerfile-python3 b/Dockerfile-python3 index fbb3409..2716556 100644 --- a/Dockerfile-python3 +++ b/Dockerfile-python3 @@ -2,6 +2,7 @@ FROM python:3.6 RUN apt-get update && apt-get install -y \ vim \ + awscli \ jq WORKDIR /aws-amicleaner