Skip to content

Commit

Permalink
Reduce number of installed host packages
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Nov 5, 2024
1 parent afb6cdd commit 4e3f405
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/host-dependencies.ts
Original file line number Diff line number Diff line change
@@ -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'],
modules: ['binfmt_misc']
}

0 comments on commit 4e3f405

Please sign in to comment.