We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b674a8 commit d6ffc57Copy full SHA for d6ffc57
.circleci/config.yml
@@ -7,7 +7,7 @@ install_dependency: &install_dependency
7
command: |
8
apk update
9
apk add --no-cache bash
10
- apk add --no-cache jq py-pip sudo curl
+ apk add --no-cache jq py-pip sudo curl gcc python-dev musl-dev libffi-dev make openssl-dev
11
apk upgrade
12
pip install --upgrade pip
13
sudo pip install awscli --upgrade
0 commit comments