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 25b174a commit 7ce2defCopy full SHA for 7ce2def
.circleci/config.yml
@@ -5,8 +5,9 @@ defaults: &defaults
5
install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
- apk add --no-cache bash
9
- apk add --no-cache jq py-pip sudo
+ apk update
+ apk add --no-cache bash curl jq py-pip sudo
10
+ apk upgrade
11
sudo pip install awscli --upgrade
12
sudo pip install docker-compose
13
install_deploysuite: &install_deploysuite
0 commit comments