Skip to content

Commit 3be0bf3

Browse files
committed
Try this
1 parent 7f97609 commit 3be0bf3

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
@@ -6,10 +6,11 @@ defaults: &defaults
66
install_dependency: &install_dependency
77
name: Installation of build and deployment dependencies.
88
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
9+
apk update
10+
apk add --no-cache bash openssl curl
11+
apk upgrade
12+
apk add --no-cache jq py-pip sudo
13+
sudo pip install awscli --upgrade
1314
1415
install_deploysuite: &install_deploysuite
1516
name: Installation of install_deploysuite.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy