Skip to content

Commit 6ced588

Browse files
committed
fix: ostree - add dnf/dnf5 package
Cause: The ostree image does not install the dnf or dnf5 packages. Consequence: The role will issue an error that the dnf command is not found on ostree systems. Fix: Add the dnf or dnf5 package to the ostree build manifest. Result: The role works on ostree systems. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent bb4de0b commit 6ced588

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages-runtime-RedHat.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dnf5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dnf

0 commit comments

Comments
 (0)