Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 2e718e5

Browse files
authored
Fix docker compose command v2 when not using moby (#1522)
1 parent 72359e9 commit 2e718e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script-library/docker-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ else
198198
apt-get -y install --no-install-recommends moby-compose || echo "(*) Package moby-compose (Docker Compose v2) not available for OS ${ID} ${VERSION_CODENAME} (${architecture}). Skipping."
199199
else
200200
apt-get -y install --no-install-recommends docker-ce-cli${cli_version_suffix}
201+
apt-get -y install --no-install-recommends docker-compose-plugin || echo "(*) Package docker-compose-plugin (Docker Compose v2) not available for OS ${ID} ${VERSION_CODENAME} (${architecture}). Skipping."
201202
fi
202203
fi
203204

0 commit comments

Comments
 (0)