From 1c19293abf4e9db225ca02115585c15b934ca485 Mon Sep 17 00:00:00 2001 From: Tulili Date: Tue, 5 Sep 2023 20:06:41 -0300 Subject: [PATCH] revert: whatever remove bootc --- Containerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Containerfile b/Containerfile index 0531c05c5b..ef7521bb09 100644 --- a/Containerfile +++ b/Containerfile @@ -53,11 +53,6 @@ COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq # Copy the build script and all custom scripts. COPY scripts /tmp/scripts -# Add bootc as invaluable part of the ecosystem -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" && \ - rpm-ostree install bootc && \ - rm -f /etc/yum.repos.d/bootc.repo - # Run the build script, then clean up temp files and finalize container build. RUN cp -r /usr/etc/yum.repos.d /etc && \ chmod +x /tmp/scripts/build.sh && \