Skip to content

Commit a89260b

Browse files
committed
Build dependency fix
1 parent 0756919 commit a89260b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ version: 2
22
python_env: &python_env
33
docker:
44
- image: cimg/python:3.11.0-browsers
5-
65
install_awscli: &install_awscli
76
name: "Install awscli"
87
command: |
8+
sudo apt update
9+
sudo apt install jq
910
sudo apt install python3-pip
1011
sudo pip3 install awscli --upgrade
12+
sudo pip3 install docker-compose
1113
install_deploysuite: &install_deploysuite
1214
name: Installation of install_deploysuite.
1315
command: |

0 commit comments

Comments
 (0)