Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored May 29, 2024
1 parent 9ebc577 commit e03e4cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ RUN dnf install -y make gcc file bash-completion bc bzip2 cracklib-dicts cu

RUN dnf install -y fastfetch adw-gtk3-theme breeze-cursor-theme

COPY ./repos/charm.repo /etc/yum.repos.d
RUN dnf config-manager --set-enabled charm
RUN dnf install -y gum

RUN dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

RUN dnf install -y intel-media-driver nvidia-vaapi-driver
Expand Down

0 comments on commit e03e4cf

Please sign in to comment.