commit
957697dc1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue