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:
Alex Thomae 2019-08-27 10:09:54 +02:00 committed by GitHub
parent f19b3fa1ee
commit f3d579a0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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