diff --git a/src/host-dependencies.ts b/src/host-dependencies.ts index d0f2bf1..6281d78 100644 --- a/src/host-dependencies.ts +++ b/src/host-dependencies.ts @@ -1,11 +1,4 @@ export const hostDependencies = { - packages: [ - 'binfmt-support', - 'qemu-user-static', - 'qemu-utils', - 'nbd-server', - 'nbd-client', - 'openssh-client' - ], - modules: ['binfmt_misc', 'nbd'] + packages: ['binfmt-support', 'qemu-user-static'], + modules: ['binfmt_misc'] }