Skip to content

Commit

Permalink
fix: remove bootc repo (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Sep 3, 2023
1 parent a974575 commit af09837
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 @@ -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 && \
Expand Down

0 comments on commit af09837

Please sign in to comment.