Skip to content

Commit d82cd09

Browse files
committed
CircleCI smoke test: fix test dependecies
1 parent 355dcc4 commit d82cd09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ install_dependency: &install_dependency
2929
install_test_dependency: &install_test_dependency
3030
name: Installation of build and deployment dependencies.
3131
command: |
32-
apt update
33-
apt install jq -y
34-
apt install python-dev python-pip -y
35-
pip install awscli --upgrade
32+
apk update
33+
apk add --no-cache bash openssl curl
34+
apk upgrade
35+
apk add --no-cache jq py-pip sudo
36+
sudo pip install awscli --upgrade
3637
install_deploysuite: &install_deploysuite
3738
name: Installation of install_deploysuite.
3839
command: |

0 commit comments

Comments
 (0)