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 0756919 commit a89260bCopy full SHA for a89260b
.circleci/config.yml
@@ -2,12 +2,14 @@ version: 2
2
python_env: &python_env
3
docker:
4
- image: cimg/python:3.11.0-browsers
5
-
6
install_awscli: &install_awscli
7
name: "Install awscli"
8
command: |
+ sudo apt update
9
+ sudo apt install jq
10
sudo apt install python3-pip
11
sudo pip3 install awscli --upgrade
12
+ sudo pip3 install docker-compose
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
0 commit comments