mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
Install compose v1 and v2 alongside (#4203)
This commit is contained in:
@@ -16,6 +16,7 @@ if ! IsPackageInstalled $docker_package; then
|
||||
apt-get update
|
||||
apt-get install -y moby-engine moby-cli
|
||||
apt-get install --no-install-recommends -y moby-buildx
|
||||
apt-get install -y moby-compose
|
||||
else
|
||||
echo "Docker ($docker_package) is already installed"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user