Install rpm-build, xz
ContainerImages/build.selinux/pipeline/head This commit looks good Details

These tools are required to build *dch-selinux*.
main
Dustin 2023-10-25 21:11:42 -05:00
parent a8e1ba46fb
commit 62fec47a53
1 changed files with 2 additions and 0 deletions

View File

@ -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