Skip to content

Commit 9abce57

Browse files
authored
Merge pull request #67 from topcoder-platform/fix/ssl
update ci
2 parents 67a57a1 + c04477a commit 9abce57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: docker:20.10.18-git
4+
- image: cimg/python:3.11.0-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
apk update
9-
apk add --no-cache bash curl
10-
apk upgrade
11-
apk add --no-cache jq py-pip sudo
12-
sudo pip install awscli --upgrade
8+
sudo apt update
9+
sudo apt install jq
10+
sudo apt install python3-pip
11+
sudo pip3 install awscli --upgrade
12+
sudo pip3 install docker-compose
1313
install_deploysuite: &install_deploysuite
1414
name: Installation of install_deploysuite.
1515
command: |

0 commit comments

Comments
 (0)