Skip to content

Commit

Permalink
build: Pull in Fedora updates-testing
Browse files Browse the repository at this point in the history
To get the fix for coreos/rpm-ostree#4879
  • Loading branch information
cgwalters committed Apr 7, 2024
1 parent 6b32f89 commit cc222d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc222d8

Please sign in to comment.