Skip to content

Commit 880a6be

Browse files
authored
Update config.yml
1 parent be7228f commit 880a6be

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
version: 2
22
defaults: &defaults
3-
docker:
4-
#- image: docker:17.06.1-ce-git
5-
- image: circleci/python:2.7-stretch-browsers
3+
docker:
4+
- image: cimg/python:3.11.0-browsers
65
install_dependency: &install_dependency
7-
name: Installation of build and deployment dependencies.
8-
command: |
9-
sudo apt-get update
10-
sudo apt install jq
11-
sudo pip install awscli --upgrade
12-
sudo pip install docker-compose
13-
sudo apt-get install default-jdk --fix-missing
6+
name: Installation of build and deployment dependencies.
7+
command: |
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
13+
sudo apt-get install default-jdk --fix-missing
1414
install_deploysuite: &install_deploysuite
1515
name: Installation of install_deploysuite.
1616
#Git Clone -change back to v1.3 or latest once counter var is generalized.

0 commit comments

Comments
 (0)