Skip to content

Commit ba4abbc

Browse files
authored
Update config.yml
1 parent 7bb15be commit ba4abbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt install jq
9-
sudo apt install awscli -y
10-
sudo apt install docker-compose
9+
sudo apt update
10+
sudo apt install python3-pip
11+
sudo pip3 install awscli --upgrade
12+
sudo pip3 install docker-compose
1113
install_deploysuite: &install_deploysuite
1214
name: Installation of install_deploysuite.
1315
command: |

0 commit comments

Comments
 (0)