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.
2 parents 67a57a1 + c04477a commit 9abce57Copy full SHA for 9abce57
.circleci/config.yml
@@ -1,15 +1,15 @@
1
version: 2
2
defaults: &defaults
3
docker:
4
- - image: docker:20.10.18-git
+ - image: cimg/python:3.11.0-browsers
5
install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
- apk update
9
- apk add --no-cache bash curl
10
- apk upgrade
11
- apk add --no-cache jq py-pip sudo
12
- sudo pip install awscli --upgrade
+ sudo apt update
+ sudo apt install jq
+ sudo apt install python3-pip
+ sudo pip3 install awscli --upgrade
+ sudo pip3 install docker-compose
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
0 commit comments