From 3407dc26a787239b8fd1c091323c5a694d2311bb Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 28 Oct 2024 18:31:02 +0100 Subject: [PATCH] docker-bake.hcl: add more missing rpms/pip packages This adds the following RPMSs: - `openscap-utils` - `parted` - `veritysetup` This commit adds some of the new package required to run our osbuild tests. This was found via https://github.com/osbuild/osbuild/pull/1916 --- docker-bake.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-bake.hcl b/docker-bake.hcl index bf61da8..4d6a72c 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -257,8 +257,10 @@ iproute lvm2 make nbd +openscap-utils ostree pacman +parted podman policycoreutils pylint @@ -301,6 +303,7 @@ systemd-container tar tox util-linux +veritysetup xfsprogs EOF }