diff --git a/Dockerfile b/Dockerfile index 5e74972..8a6b0d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,6 @@ MAINTAINER Thomas Strohmeier RUN apt-get update \ && apt-get install -y jq \ + && apt-get install ca-certificates \ && apt-get clean \ && pip install awscli \