Update to alpine 3.12 to get python 3 pip

This commit is contained in:
DJ Mountney 2020-06-26 13:47:27 -07:00
parent c434df8ede
commit fee3b2233e
No known key found for this signature in database
GPG key ID: F07F8D51346CF0B6

View file

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
RUN apk --no-cache add curl gnupg py-pip bash \
RUN apk --no-cache add curl gnupg py3-pip bash \
&& pip install --no-cache-dir awscli