added py3-pip to the apk package list

This commit is contained in:
Scott Pletcher 2021-02-07 14:08:21 -05:00 committed by GitHub
parent e419219cde
commit 24360034b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ RUN apk --no-cache add \
groff \
less \
python3 \
py3-pip \
&& pip3 install awscli \
&& mkdir -p /root/.aws \
&& { \