Skip to content

Commit

Permalink
Update Containerfile-Silverblue
Browse files Browse the repository at this point in the history
  • Loading branch information
Emblem-66 committed Jan 10, 2024
1 parent 4333a07 commit 1396d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile-Silverblue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ FROM quay.io/fedora/fedora-silverblue:latest
RUN rpm-ostree override remove toolbox firefox firefox-langpacks yelp yelp-xsl yelp-libs gnome-tour gnome-shell-extension-apps-menu gnome-classic-session gnome-shell-extension-background-logo gnome-shell-extension-launch-new-instance gnome-shell-extension-places-menu gnome-shell-extension-window-list

# RPM-Fusion
RUN rpm-ostree install 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 rpm-ostree install 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 && rpm-ostree install rpmfusion-free-release rpmfusion-nonfree-release

# Drivers
# RUN rpm-ostree override remove mesa-va-drivers mesa-vpdau-drivers --install=mesa-va-drivers-freeworld --install=mesa-vdpau-drivers-freeworld

RUN rpm-ostree override remove mesa-va-drivers --install=mesa-va-drivers-freeworld --install=mesa-vdpau-drivers-freeworld
# FFmpeg & Codecs
RUN rpm-ostree override remove libavfilter-free libavformat-free libavcodec-free libavutil-free libpostproc-free libswresample-free libswscale-free --install=ffmpeg
RUN rpm-ostree install gstreamer1-plugin-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-ugly gstreamer1-vaapi
RUN rpm-ostree install gstreamer1-plugin-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-ugly gstreamer1-vaapi steam-devices

# Packages
RUN rpm-ostree install adw-gtk3-theme ffmpegthumbnailer gnome-shell-extension-caffeine gnome-shell-extension-gsconnect
Expand Down

0 comments on commit 1396d13

Please sign in to comment.