manifest/commit_server: pull in nginx
nginx is a requirement for this pipeline to work.
This commit is contained in:
parent
452cb2dae9
commit
ab4a3c0885
2 changed files with 2 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ func NewOSTreeCommitServerTreePipeline(m *Manifest,
|
|||
}
|
||||
|
||||
func (p *OSTreeCommitServerTreePipeline) getPackageSetChain() []rpmmd.PackageSet {
|
||||
packages := []string{}
|
||||
packages := []string{"nginx"}
|
||||
return []rpmmd.PackageSet{
|
||||
{
|
||||
Include: append(packages, p.ExtraPackages...),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue