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 e0ed7f7 commit 1285cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance_tests/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends docker.io \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/* \
&& python3 -m pip install PyYAML==5.3.1 docker-compose==1.29.2
&& python3 -m pip install PyYAML==5.3.1 'docker<7.0.0' docker-compose==1.29.2

COPY . ./

Expand Down

0 comments on commit 1285cb5

Please sign in to comment.