Skip to content

Commit e2f8efe

Browse files
committed
fix: add docker engine because missing group
1 parent 3eba278 commit e2f8efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/ubuntu/scripts/act.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ gpg --dearmor <microsoft.asc >/etc/apt/trusted.gpg.d/microsoft.gpg
114114
apt-key add - <microsoft.asc
115115
rm microsoft.asc
116116
apt-get -yq update
117-
apt-get -yq install --no-install-recommends --no-install-suggests moby-cli moby-buildx moby-compose
117+
apt-get -yq install --no-install-recommends --no-install-suggests moby-engine moby-cli moby-buildx moby-compose
118118

119119
printf "\n\t🐋 Installed moby-cli 🐋\t\n"
120120
docker -v

0 commit comments

Comments
 (0)