Skip to content

Commit 1b81679

Browse files
committed
Sync from khs1994-docker/lnmp@e0759aa by PCIT
1 parent e05329d commit 1b81679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/setup-docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function run() {
7777
await exec.exec('sudo', [
7878
'sh',
7979
'-c',
80-
"apt remove -y moby-cli moby-containerd moby-engine moby-runc"
80+
"apt remove -y moby-buildx moby-cli moby-containerd moby-engine moby-runc"
8181
]).catch(() => { });
8282

8383
await exec.exec('sudo', [

0 commit comments

Comments
 (0)