tier-x: explicitly list podman, skopeo
They're such important tools to the experience, it's weird to leave it as being it implied by bootc only.
This commit is contained in:
parent
d6f00d618f
commit
b9fdc53e87
|
|
@ -13,6 +13,9 @@ packages:
|
||||||
# crun recommends but doesn't require criu and criu-libs. We want them for
|
# crun recommends but doesn't require criu and criu-libs. We want them for
|
||||||
# checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
|
# checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
|
||||||
- criu criu-libs
|
- criu criu-libs
|
||||||
|
# deps of bootc, but let's be explicit. e.g. even if bootc drops the skopeo
|
||||||
|
# dep, we still want it
|
||||||
|
- podman skopeo
|
||||||
# storage
|
# storage
|
||||||
- cryptsetup
|
- cryptsetup
|
||||||
- lvm2
|
- lvm2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue