Commit c6a63ea
committed
fix(docker): resolve DNF package dependency conflict in cluster build
Add --no-best --skip-broken flags to dnf install in cluster image build
to handle util-linux package dependency on liblastlog2 which has broken
dependencies in the hummingbird repository.
This allows the cluster image build to complete successfully by skipping
the problematic package version and selecting an alternative that satisfies
dependencies.1 parent c58f3c7 commit c6a63ea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments