feat(distro): add gcc-12 to ubuntu 22.04 image
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user