Skip to content

Commit 7ce2def

Browse files
author
Sachin Maheshwari
committed
fixing curl issue
1 parent 25b174a commit 7ce2def

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ defaults: &defaults
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
apk add --no-cache bash
9-
apk add --no-cache jq py-pip sudo
8+
apk update
9+
apk add --no-cache bash curl jq py-pip sudo
10+
apk upgrade
1011
sudo pip install awscli --upgrade
1112
sudo pip install docker-compose
1213
install_deploysuite: &install_deploysuite

0 commit comments

Comments
 (0)