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