From cc222d87a5f7d024ce9cc48f77431d39a1343e2a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 7 Apr 2024 13:58:19 -0400 Subject: [PATCH] build: Pull in Fedora updates-testing To get the fix for https://github.com/coreos/rpm-ostree/issues/4879 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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