Skip to content

Commit 31a8527

Browse files
Merge branch 'develop' of github.com:topcoder-platform/submissions-api into develop
2 parents 24e2307 + f938a7d commit 31a8527

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.circleci/config.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: docker:18.06.0-ce-git
4+
- image: circleci/python:stretch-browsers
55
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
1911
2012
install_deploysuite: &install_deploysuite
2113
name: Installation of install_deploysuite.

0 commit comments

Comments
 (0)