Created
May 25, 2022 21:01
-
-
Save akramarev/7373a635ca237f04c8b19f1e69ab12c4 to your computer and use it in GitHub Desktop.
[install aws-cli in an alpine container]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apk add --no-cache \ | |
python3 \ | |
py3-pip \ | |
&& pip3 install --upgrade pip \ | |
&& pip3 install --no-cache-dir \ | |
awscli \ | |
&& rm -rf /var/cache/apk/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment