Install rpm-build, xz
ContainerImages/build.selinux/pipeline/head This commit looks good
Details
ContainerImages/build.selinux/pipeline/head This commit looks good
Details
These tools are required to build *dch-selinux*.main
parent
a8e1ba46fb
commit
62fec47a53
|
@ -3,8 +3,10 @@ FROM registry.fedoraproject.org/fedora:latest
|
||||||
RUN --mount=type=cache,target=/var/cache \
|
RUN --mount=type=cache,target=/var/cache \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
make \
|
make \
|
||||||
|
rpm-build \
|
||||||
selinux-policy-devel \
|
selinux-policy-devel \
|
||||||
tini \
|
tini \
|
||||||
|
xz \
|
||||||
&& :
|
&& :
|
||||||
|
|
||||||
USER 1000:1000
|
USER 1000:1000
|
||||||
|
|
Loading…
Reference in New Issue