chore: Fix nightly build (#16698)

This commit is contained in:
Sven Rebhan 2025-03-31 13:00:20 +02:00 committed by GitHub
parent d99b033395
commit df8920738d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ func (c *Container) detectPackageManager() error {
return nil
}
err = c.client.Exec(c.Name, "dnf")
err = c.client.Exec(c.Name, "dnf", "--version")
if err == nil {
c.packageManager = "dnf"
return nil