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

Commit 90bf9ee

Browse files
authored
Port fix in #1522 to docker-in-docker (#1558)
1 parent a00142b commit 90bf9ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script-library/docker-in-docker-debian.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ else
235235
apt-get -y install --no-install-recommends moby-compose || err "Package moby-compose (Docker Compose v2) not available for OS ${ID} ${VERSION_CODENAME} (${architecture}). Skipping."
236236
else
237237
apt-get -y install --no-install-recommends docker-ce-cli${cli_version_suffix} docker-ce${engine_version_suffix}
238+
# Install compose
239+
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."
238240
fi
239241
fi
240242

0 commit comments

Comments
 (0)