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:
Jonathan Lebon 2024-09-20 11:15:19 -04:00
parent d6f00d618f
commit b9fdc53e87
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -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