feat(distro): add gcc-12 to ubuntu 22.04 image
This commit is contained in:
parent
ce0a4d92fc
commit
8a5971379a
@ -99,6 +99,11 @@ func (u Ubuntu) runs() (commands []string) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if u.release == "22.04" {
|
||||||
|
cmdf("apt-get install -y gcc-12")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
cmdf("apt-get install -y libseccomp-dev")
|
cmdf("apt-get install -y libseccomp-dev")
|
||||||
|
|
||||||
// Install and remove a single kernel and headers.
|
// Install and remove a single kernel and headers.
|
||||||
|
Loading…
Reference in New Issue
Block a user