commit
957697dc1a
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:3.6
|
FROM alpine:3.10
|
||||||
MAINTAINER Elementar Sistemas <contato@elementarsistemas.com.br>
|
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
|
ADD watch /watch
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
Loading…
Reference in New Issue