Skip to content

Commit

Permalink
Temporarily remove codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed Dec 16, 2023
1 parent 7b822e1 commit 50b9316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions os_desktop.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN set -x; cat /etc/os-release; rpm-ostree --version; ostree --version; \
&& rm -rf /var/lib/{unbound,gssproxy,nfs} \
&& ostree container commit

RUN set -x; rpm-ostree override remove mesa-va-drivers libavcodec-free \
libavfilter-free libavformat-free libavutil-free libpostproc-free libswresample-free libswscale-free \
--install ffmpeg --install mesa-va-drivers-freeworld
#RUN set -x; rpm-ostree override remove mesa-va-drivers libavcodec-free \
# libavfilter-free libavformat-free libavutil-free libpostproc-free libswresample-free libswscale-free \
# --install ffmpeg --install mesa-va-drivers-freeworld

RUN set -x; if rpm -qa | grep -q gnome-desktop; then \
PACKAGES_INSTALL="gnome-tweaks tilix gnome-extensions-app gedit evince evolution"; \
Expand Down

0 comments on commit 50b9316

Please sign in to comment.