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 7f97609 commit 3be0bf3Copy full SHA for 3be0bf3
.circleci/config.yml
@@ -6,10 +6,11 @@ defaults: &defaults
6
install_dependency: &install_dependency
7
name: Installation of build and deployment dependencies.
8
command: |
9
- sudo apt update
10
- sudo apt install jq python3-pip --yes
11
- sudo (yes || true) | pip3 install awscli --upgrade
12
- # sudo pip3 install docker-compose
+ apk update
+ apk add --no-cache bash openssl curl
+ apk upgrade
+ apk add --no-cache jq py-pip sudo
13
+ sudo pip install awscli --upgrade
14
15
install_deploysuite: &install_deploysuite
16
name: Installation of install_deploysuite.
0 commit comments