Updated Alpine, and changed install method

This commit is contained in:
Fábio Batista 2017-06-05 22:21:28 -03:00
parent ade7679b1e
commit 2a87f3042c
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.1
MAINTAINER Dave Newman <dave@assembly.com>
FROM alpine:3.6
MAINTAINER Elementar Sistemas <contato@elementarsistemas.com.br>
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