mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
added py3-pip to the apk package list
This commit is contained in:
parent
e419219cde
commit
24360034b5
|
@ -14,6 +14,7 @@ RUN apk --no-cache add \
|
|||
groff \
|
||||
less \
|
||||
python3 \
|
||||
py3-pip \
|
||||
&& pip3 install awscli \
|
||||
&& mkdir -p /root/.aws \
|
||||
&& { \
|
||||
|
|
Loading…
Reference in New Issue
Block a user