Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
chore: compact addition of starship into the same RUN for installing …
Browse files Browse the repository at this point in the history
…packages
  • Loading branch information
sneexy-boi committed Apr 4, 2024
1 parent 97a3303 commit 2b46df9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions toolboxes/fedora-toolbox/Containerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
FROM ghcr.io/ublue-os/fedora-distrobox:latest

# Adds repository for starship
RUN dnf -y upgrade && \
dnf -y install \
dnf-plugins-core
dnf -y copr enable atim/starship

# Adds repository for starship prompt &
# Install decent selection of Modern Unix utilities, then random useful utilities
RUN dnf -y install \
RUN dnf -y copr enable atim/starship && \
dnf -y upgrade && \
dnf -y install \
bat \
duf \
fd-find \
Expand Down

0 comments on commit 2b46df9

Please sign in to comment.