Updates to latest alpine
* updates to alpine:3.10 from alpine:3.6 * updates from python2 to python3 * ensures that pip doesn't create a cache directory
This commit is contained in:
parent
f19b3fa1ee
commit
f3d579a0e9
|
@ -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