manifest/build: we depend on /bin/cp, always pull in coreutils

This commit is contained in:
Tom Gundersen 2022-07-07 18:54:54 +01:00
parent 9160319152
commit 8df99d2b31

View file

@ -40,6 +40,7 @@ func (p *BuildPipeline) getPackageSetChain() []rpmmd.PackageSet {
// TODO: break apart into individual pipelines
packages := []string{
"dnf",
"coreutils",
"dosfstools",
"e2fsprogs",
"policycoreutils",