Moby-buildx installation has been added

This commit is contained in:
Andy Mishechkin
2020-04-17 00:05:31 +04:00
parent aa631bbb79
commit b372346543
2 changed files with 4 additions and 0 deletions

View File

@@ -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