feat: install all gcc versions for debian base image
This commit is contained in:
parent
15a6f38631
commit
d70be6a306
@ -225,7 +225,7 @@ func ContainerCommands(km config.KernelMask) (commands []string) {
|
|||||||
|
|
||||||
switch release {
|
switch release {
|
||||||
case Wheezy:
|
case Wheezy:
|
||||||
pkglist = append(pkglist, "gcc-4.6")
|
pkglist = append(pkglist, "'^(gcc-[0-9].[0-9]|gcc-[0-9])$'")
|
||||||
}
|
}
|
||||||
|
|
||||||
if release < 9 {
|
if release < 9 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user