Use pip3 to grab python3 awscli

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

View file

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