Skip to content

Commit

Permalink
Merge pull request #69 from charles8191/add-more-pkgs-2
Browse files Browse the repository at this point in the history
feat: Add more packages to match uBlue Silverblue Main
  • Loading branch information
tulilirockz authored Feb 3, 2025
2 parents 1d8e4db + 6b32485 commit 9535b49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CentOS Stream-based image with @Workstation preinstalled. How this is expected t

```Dockerfile
FROM ghcr.io/centos-workstation/main:latest # (or whatever tag you want)
RUN dnf -y install htop fastfetch
RUN dnf -y install fastfetch

$your_hopes_and_dreams_go_here.

Expand Down
14 changes: 14 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@ dnf -y install \
"xdg-user-dirs-gtk" \
"yelp-tools"

# Some RPMs to match uBlue Silverblue Main.
dnf -y install \
"distrobox" \
"google-noto-sans-balinese-fonts" \
"google-noto-sans-cjk-fonts" \
"google-noto-sans-javanese-fonts" \
"google-noto-sans-sundanese-fonts" \
"ffmpeg-free" \
"fuse" \
"htop" \
"openssl" \
"nvtop" \
"vim"

# This adds "[systemd] Failed Units: *" to the bashrc startup
dnf -y remove console-login-helper-messages

Expand Down

0 comments on commit 9535b49

Please sign in to comment.