feat: add gcc-10 to debian 12 container
This commit is contained in:
parent
443d23bd67
commit
004d4223f9
@ -286,6 +286,8 @@ func (d Debian) runs() (commands []string) {
|
||||
cmdf("echo 'Pin-Priority: 10' >> /etc/apt/preferences.d/jessie")
|
||||
|
||||
cmdf("apt-get -y update")
|
||||
|
||||
cmdf("apt-get -y install gcc-10")
|
||||
}
|
||||
|
||||
cmdf("mkdir -p /lib/modules")
|
||||
|
Loading…
Reference in New Issue
Block a user