File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
defaults : &defaults
3
- docker :
4
- - image : docker:18.06.0-ce-git
3
+ docker :
4
+ - image : circleci/python:2.7-stretch-browsers
5
5
install_dependency : &install_dependency
6
6
name : Installation of build and deployment dependencies.
7
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
- pip install --upgrade pip
8
+ sudo apt install jq
13
9
sudo pip install awscli --upgrade
14
- sudo curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest
15
10
sudo pip install docker-compose
11
+ sudo curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest
16
12
sudo chmod +x /usr/local/bin/ecs-cli
17
13
18
14
install_deploysuite : &install_deploysuite
You can’t perform that action at this time.
0 commit comments