Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix: separation in url for bootc repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Sep 5, 2023
1 parent 3ba3457 commit 2cb7161
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 @@ -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

Expand Down

0 comments on commit 2cb7161

Please sign in to comment.