diff --git a/Dockerfile b/Dockerfile index 6a7c975..c9dbad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.6 -MAINTAINER Elementar Sistemas +FROM alpine:3.10 +label maintainer="Elementar Sistemas " -RUN apk --no-cache add bash py-pip && pip install awscli +RUN apk --no-cache add bash py3-pip && pip3 install --no-cache-dir awscli ADD watch /watch VOLUME /data