From 8838f37ac534919b5633d0259d9a0eca75a2fc26 Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Sun, 3 Sep 2023 14:28:08 +0200 Subject: [PATCH] fix: remove bootc repo (#460) --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a4e5114c6ac..ac9e25b7291 100644 --- a/Containerfile +++ b/Containerfile @@ -24,7 +24,7 @@ RUN rm -f /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo ## bootc RUN wget https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/repo/fedora-"${FEDORA_MAJOR_VERSION}"/bootc-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/bootc.repo RUN rpm-ostree install bootc -RUN rm -f /etc/yum.repos.d/bootc-"${FEDORA_MAJOR_VERSION}".repo +RUN rm -f /etc/yum.repos.d/bootc.repo RUN /tmp/build.sh && \ pip install --prefix=/usr yafti && \