feat: add gcc-10 to debian 12 container
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user