CI fails on building container
Summary
After merging !74 (merged) CI failed in master. Why? Nobody knows that but the only diffrence is in dnf-plugins-core package version in MR CI dnf installed version 4.0.12 now it installs version 4.0.17. We have bad luck that dnf repository update this package and history undo last can not undo that operation anymore.
Steps to reproduce
Run CI
Expected behavior
CI should end with success
Actual behavior
CI fails
Relevant logs and/or screenshots
https://projects.task.gda.pl/containers/pipeline-worker/-/jobs/250209
Possible fixes
Do not use dnf history undo last
use dnf remove dnf-plugins-core
instead.