manifest/build: replace explicit dnf with implicit rpm
The pipelines don't use dnf, only rpm. Let the ones that need it pull it in.
This commit is contained in:
parent
b714dcb780
commit
b405ce4d89
4 changed files with 3 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ func (p *OSTreeCommitServerTreePipeline) getPackageSetChain() []rpmmd.PackageSet
|
|||
|
||||
func (p *OSTreeCommitServerTreePipeline) getBuildPackages() []string {
|
||||
packages := []string{
|
||||
"rpm",
|
||||
"rpm-ostree",
|
||||
}
|
||||
return packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue