Updated Alpine, and changed install method
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.1
|
FROM alpine:3.6
|
||||||
MAINTAINER Dave Newman <dave@assembly.com>
|
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
|
ADD watch /watch
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
Reference in New Issue
Block a user