Skip to content

Commit

Permalink
feat: symlink rpm-ostree to bootc
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Sep 12, 2023
1 parent a191224 commit c79465b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ COPY build.sh /tmp/build.sh
#RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter mutter-common gnome-control-center gnome-control-center-filesystem xorg-x11-server-Xwayland
#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 ln -sr /usr/bin/rpm-ostree /usr/bin/bootc

RUN /tmp/build.sh && \
pip install --prefix=/usr yafti && \
Expand Down

0 comments on commit c79465b

Please sign in to comment.