mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
Moby-buildx installation has been added
This commit is contained in:
@@ -16,6 +16,7 @@ if ! IsInstalled $docker_package; then
|
||||
apt-get remove -y moby-engine moby-cli
|
||||
apt-get update
|
||||
apt-get install -y moby-engine moby-cli
|
||||
apt-get install --no-install-recommends -y moby-buildx
|
||||
else
|
||||
echo "Docker ($docker_package) is already installed"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user