We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb15be commit ba4abbcCopy full SHA for ba4abbc
.circleci/config.yml
@@ -6,8 +6,10 @@ install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
sudo apt install jq
9
- sudo apt install awscli -y
10
- sudo apt install docker-compose
+ sudo apt update
+ sudo apt install python3-pip
11
+ sudo pip3 install awscli --upgrade
12
+ sudo pip3 install docker-compose
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
0 commit comments