diff --git a/Dockerfile b/Dockerfile index a9f8b0f..6a7c975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.1 -MAINTAINER Dave Newman +FROM alpine:3.6 +MAINTAINER Elementar Sistemas -RUN apk add --update bash py-pip && pip install awscli +RUN apk --no-cache add bash py-pip && pip install awscli ADD watch /watch VOLUME /data