tier-0: add dnf for building derived images
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
946de01b32
commit
b0fa1f1dcd
|
|
@ -56,6 +56,8 @@ include:
|
|||
- basic-fixes.yaml
|
||||
|
||||
packages:
|
||||
# needed for building derived container images
|
||||
- dnf
|
||||
# Even in tier-0, we have this. If you don't want SELinux today, you'll need
|
||||
# to build a custom image.
|
||||
- selinux-policy-targeted
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ recommends: true
|
|||
include:
|
||||
- manifest-tier-0.yaml
|
||||
- bootable-rpm-ostree.yaml
|
||||
- rpm-packaging.yaml
|
||||
- podman.yaml
|
||||
- firmware.yaml
|
||||
- networking-tools.yaml
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
# A full dnf experience at build time, but right now
|
||||
# `dnf update` *client side* doesn't do much helpful...
|
||||
packages:
|
||||
- dnf
|
||||
Loading…
Reference in New Issue