diff --git a/distro/debian/debian.go b/distro/debian/debian.go index 9945031..5be08b0 100644 --- a/distro/debian/debian.go +++ b/distro/debian/debian.go @@ -260,7 +260,7 @@ func (d Debian) runs() (commands []string) { pkglist := []string{ "wget", "build-essential", "libelf-dev", "git", "kmod", "linux-base", "initramfs-tools", "libssl-dev", - "'^(gcc-[0-9].[0-9]|gcc-[0-9])$'", + "'^(gcc-[0-9].[0-9]|gcc-[0-9]|gcc-[1-9][0-9])$'", } if d.release < 9 {