diff --git a/fedora.conf b/fedora.conf index 8471c81..8155d52 100644 --- a/fedora.conf +++ b/fedora.conf @@ -768,6 +768,7 @@ ostree_installer = [ ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', + 'extra_runroot_pkgs': ['flatpak'], 'failable': ['*'], }, "ppc64le": { @@ -791,6 +792,7 @@ ostree_installer = [ ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', + 'extra_runroot_pkgs': ['flatpak'], 'failable': ['*'], }, "aarch64": { @@ -814,6 +816,7 @@ ostree_installer = [ ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', + 'extra_runroot_pkgs': ['flatpak'], 'failable': ['*'], } })