Skip to content

Commit

Permalink
docker-bake.hcl: add openscap-utils, veritysetup, `backports.zone…
Browse files Browse the repository at this point in the history
…info`

This commit adds some of the new package required to run our
osbuild tests. This was found via
osbuild/osbuild#1916
  • Loading branch information
mvo5 committed Oct 28, 2024
1 parent 2e6dab6 commit 4327f83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ iproute
lvm2
make
nbd
openscap-utils
ostree
pacman
podman
Expand Down Expand Up @@ -300,6 +301,7 @@ systemd-container
tar
tox
util-linux
veritysetup
xfsprogs
EOF
}
Expand Down Expand Up @@ -366,6 +368,7 @@ target "virtual-osbuild-ci-cXs" {
OSB_DNF_PACKAGES = join(",", setsubtract(split("\n", BASE_PACKAGES), split("\n", CENTOS_REMOVED_PACKAGES))),
OSB_PIP_PACKAGES = join(",", [
"autopep8",
"backports.zoneinfo",
"boto3",
"botocore",
"docutils",
Expand Down

0 comments on commit 4327f83

Please sign in to comment.