Skip to content

Commit

Permalink
new cci docker images already contain docker-compose, no need to inst…
Browse files Browse the repository at this point in the history
…all it
  • Loading branch information
justdave committed Feb 5, 2024
1 parent 231991f commit f05eb31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ defaults:
name: install dependencies
command: |
apk update && apk add py-pip
pip install "docker-compose"
docker_image: &docker_image
image: cimg/base:2022.06
image: cimg/base:current

build_image: &build_image
run:
Expand Down

0 comments on commit f05eb31

Please sign in to comment.