feat: add common debian packages
This commit is contained in:
parent
0ee813124d
commit
f91534aa6a
@ -278,6 +278,8 @@ func ContainerCommands(km config.KernelMask) (commands []string) {
|
|||||||
|
|
||||||
cmdf("apt-get update")
|
cmdf("apt-get update")
|
||||||
cmdf("apt-get install -y wget build-essential libelf-dev git")
|
cmdf("apt-get install -y wget build-essential libelf-dev git")
|
||||||
|
cmdf("apt-get install -y kmod module-init-tools linux-base")
|
||||||
|
cmdf("apt-get install -y initramfs-tools")
|
||||||
cmdf("mkdir -p /lib/modules")
|
cmdf("mkdir -p /lib/modules")
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user