From 62fec47a53616142e43ecf90acaad8891af040c2 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 25 Oct 2023 21:11:42 -0500 Subject: [PATCH] Install rpm-build, xz These tools are required to build *dch-selinux*. --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 9f49b69..790d935 100644 --- a/Containerfile +++ b/Containerfile @@ -3,8 +3,10 @@ FROM registry.fedoraproject.org/fedora:latest RUN --mount=type=cache,target=/var/cache \ dnf install -y \ make \ + rpm-build \ selinux-policy-devel \ tini \ + xz \ && : USER 1000:1000