diff --git a/Containerfile b/Containerfile index dd106ed..612a11d 100644 --- a/Containerfile +++ b/Containerfile @@ -25,7 +25,7 @@ FROM quay.io/fedora/fedora:40 as builder # Install tools we will use to build -RUN --mount=type=cache,target=/var/cache/dnf,z dnf -y install golang rpm-ostree selinux-policy-targeted jq dnf-utils rsync +RUN --mount=type=cache,target=/var/cache/dnf,z dnf -y --enablerepo=updates-testing install golang rpm-ostree selinux-policy-targeted jq dnf-utils rsync # Copy in the source COPY . /src ARG VARIANT=full