diff --git a/Dockerfile b/Dockerfile index 3c043f46f..e262d9f97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y \ wget \ git \ sudo \ - build-essential + build-essential \ + awscli # Install Python libraries RUN pip install --upgrade pip && \