1
0
Fork 0

feat(distro): add gcc-12 to ubuntu 22.04 image

timestamps
dump_stack() 2024-02-21 16:03:18 +00:00
parent ce0a4d92fc
commit 8a5971379a
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ func (u Ubuntu) runs() (commands []string) {
return
}
if u.release == "22.04" {
cmdf("apt-get install -y gcc-12")
return
}
cmdf("apt-get install -y libseccomp-dev")
// Install and remove a single kernel and headers.