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 355dcc4 commit d82cd09Copy full SHA for d82cd09
.circleci/config.yml
@@ -29,10 +29,11 @@ install_dependency: &install_dependency
29
install_test_dependency: &install_test_dependency
30
name: Installation of build and deployment dependencies.
31
command: |
32
- apt update
33
- apt install jq -y
34
- apt install python-dev python-pip -y
35
- pip install awscli --upgrade
+ apk update
+ apk add --no-cache bash openssl curl
+ apk upgrade
+ apk add --no-cache jq py-pip sudo
36
+ sudo pip install awscli --upgrade
37
install_deploysuite: &install_deploysuite
38
name: Installation of install_deploysuite.
39
0 commit comments