Skip to content

Commit

Permalink
Docker compose is not compatible with Docker 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 12, 2023
1 parent ec53f6c commit 6c67977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-docker
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
apt-get update
apt-get install --yes --no-install-recommends ${PACKAGE}=${DOCKER_VERSION}*

python3 -m pip install docker-compose
python3 -m pip install 'docker<7.0.0' docker-compose

apt-get clean
rm -r /var/lib/apt/lists/*

0 comments on commit 6c67977

Please sign in to comment.