Merge pull request #13 from tlex/master

Updates to latest alpine
This commit is contained in:
Fábio D. Batista 2019-08-27 11:43:43 -03:00 committed by GitHub
commit 957697dc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.6
MAINTAINER Elementar Sistemas <contato@elementarsistemas.com.br>
FROM alpine:3.10
label maintainer="Elementar Sistemas <contato@elementarsistemas.com.br>"
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