From 2cb7161a12f9b28e9af214eab4f8f3bcd5d05be4 Mon Sep 17 00:00:00 2001 From: Tulili Date: Tue, 5 Sep 2023 19:56:28 -0300 Subject: [PATCH] fix: separation in url for bootc repo --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ba8571d05c..f61b940bed 100644 --- a/Containerfile +++ b/Containerfile @@ -54,7 +54,7 @@ COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq 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 \ +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