File tree 1 file changed +6
-14
lines changed
1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
defaults : &defaults
3
3
docker :
4
- - image : docker:18.06.0-ce-git
4
+ - image : circleci/python:stretch-browsers
5
5
install_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
19
11
20
12
install_deploysuite : &install_deploysuite
21
13
name : Installation of install_deploysuite.
You can’t perform that action at this time.
0 commit comments