Skip to content

Commit

Permalink
fix: remove bootc since it's in main (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Sep 24, 2023
1 parent 2acefc9 commit d441c02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ RUN if grep -qv "39" <<< "${FEDORA_MAJOR_VERSION}"; then \
rm -f /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo \
; fi

## 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

# Starship Shell Prompt
RUN curl -Lo /tmp/starship.tar.gz "https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-gnu.tar.gz" && \
tar -xzf /tmp/starship.tar.gz -C /tmp && \
Expand Down

0 comments on commit d441c02

Please sign in to comment.