We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eba278 commit e2f8efeCopy full SHA for e2f8efe
1 file changed
linux/ubuntu/scripts/act.sh
@@ -114,7 +114,7 @@ gpg --dearmor <microsoft.asc >/etc/apt/trusted.gpg.d/microsoft.gpg
114
apt-key add - <microsoft.asc
115
rm microsoft.asc
116
apt-get -yq update
117
-apt-get -yq install --no-install-recommends --no-install-suggests moby-cli moby-buildx moby-compose
+apt-get -yq install --no-install-recommends --no-install-suggests moby-engine moby-cli moby-buildx moby-compose
118
119
printf "\n\t🐋 Installed moby-cli 🐋\t\n"
120
docker -v
0 commit comments