Revert "Use pip3 to grab python3 awscli"

This reverts commit 1570c6c00c.
This commit is contained in:
DJ Mountney 2020-06-26 13:58:52 -07:00
parent 1570c6c00c
commit ef20928f14
No known key found for this signature in database
GPG key ID: F07F8D51346CF0B6

View file

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