Skip to content

Commit d6ffc57

Browse files
committed
New deps for some reason...
1 parent 5b674a8 commit d6ffc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install_dependency: &install_dependency
77
command: |
88
apk update
99
apk add --no-cache bash
10-
apk add --no-cache jq py-pip sudo curl
10+
apk add --no-cache jq py-pip sudo curl gcc python-dev musl-dev libffi-dev make openssl-dev
1111
apk upgrade
1212
pip install --upgrade pip
1313
sudo pip install awscli --upgrade

0 commit comments

Comments
 (0)