Skip to content

Commit

Permalink
docker-bake.hcl/osbuild-ci: fix group name failure with dnf5
Browse files Browse the repository at this point in the history
Resolves the following error:
```
No match for argument: development tools
```

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Nov 12, 2024
1 parent d917a76 commit fd8a97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ target "virtual-osbuild-ci-base" {
args = {
OSB_DNF_PACKAGES = join(",", split("\n", BASE_PACKAGES)),
OSB_DNF_GROUPS = join(",", [
"development tools",
"development-tools",
"rpm-development-tools",
]),
}
Expand Down

0 comments on commit fd8a97c

Please sign in to comment.