diff --git a/Dockerfile b/Dockerfile index 0ac8a6d..6c02877 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.6 MAINTAINER colin.hom@coreos.com -RUN apk --no-cache --update add bash curl less groff jq python py-pip && \ +RUN apk --no-cache --update add bash curl less groff jq python py-pip wget && \ pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir awscli==1.11.167 s3cmd==2.0.0 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-24.tar.gz && \ mkdir /root/.aws && \