File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 11version : 2
22defaults : &defaults
33 docker :
4- - image : docker:18.06.0-ce-git
4+ - image : circleci/python:stretch-browsers
55install_dependency : &install_dependency
6- name : Installation of build and deployment dependencies.
7- command : |
8- apk update
9- apk add --no-cache bash
10- apk add --no-cache jq py-pip sudo curl
11- apk upgrade
12- apk add py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
13- pip install --upgrade pip
14- sudo pip install awscli --upgrade
15- sudo curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest
16- apk add py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
17- sudo pip install docker-compose
18- sudo chmod +x /usr/local/bin/ecs-cli
6+ name : Installation of build and deployment dependencies.
7+ command : |
8+ sudo apt install jq
9+ sudo pip3 install awscli --upgrade
10+ sudo pip3 install docker-compose
1911
2012install_deploysuite : &install_deploysuite
2113 name : Installation of install_deploysuite.
You can’t perform that action at this time.
0 commit comments