No libdtrace-ctf on el8
This commit is contained in:
parent
5d13843835
commit
70ac88a07f
@ -425,7 +425,9 @@ func generateBaseDockerImage(registry string, commands []config.DockerCommand,
|
||||
d += "RUN yum -y update\n"
|
||||
d += "RUN yum -y groupinstall 'Development Tools'\n"
|
||||
d += "RUN yum -y install linux-firmware grubby\n"
|
||||
if sk.DistroRelease <= "7" {
|
||||
d += "RUN yum -y install libdtrace-ctf\n"
|
||||
}
|
||||
default:
|
||||
err = fmt.Errorf("%s not yet supported", sk.DistroType.String())
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user