1
0
Fork 0

feat: add gcc-10 to debian 12 container

timestamps
dump_stack() 2023-05-29 08:56:35 +00:00
parent 443d23bd67
commit 004d4223f9
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 0 deletions

View File

@ -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")