Skip to content

Commit d287907

Browse files
committed
Fix broken pip docker-compose
1 parent 58d2e72 commit d287907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ install_dependency: &install_dependency
99
apk add --no-cache bash
1010
apk add --no-cache jq py-pip sudo curl
1111
apk upgrade
12+
apk add py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
1213
pip install --upgrade pip
1314
sudo pip install awscli --upgrade
1415
sudo curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest

0 commit comments

Comments
 (0)