move libheif-freeworld to base image
to avoid potential package conflicts in the weekly image.
This commit is contained in:
parent
0dfd26e3a2
commit
637ebb89f9
2 changed files with 6 additions and 2 deletions
|
|
@ -19,9 +19,13 @@ RUN rpm-ostree install https://download1.rpmfusion.org/free/fedora/rpmfusion-fre
|
|||
|
||||
# 32-bit dependencies for the Nvidia driver.
|
||||
RUN rpm-ostree install glibc.i686
|
||||
|
||||
# install nonfree codecs
|
||||
RUN rpm-ostree override remove libavcodec-free libavfilter-free libavformat-free libavutil-free libpostproc-free libswresample-free libswscale-free --install libavcodec-freeworld
|
||||
|
||||
# Install HEIC support for Gwenview and Dolphin (and potentially other applications)
|
||||
RUN rpm-ostree install libheif-freeworld
|
||||
|
||||
# Mesa clang
|
||||
RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:trixieua:mesa-clang mesa-filesystem mesa-libglapi mesa-dri-drivers mesa-libgbm mesa-libEGL mesa-libGL mesa-vulkan-drivers mesa-libxatracker mesa-vdpau-drivers mesa-libOSMesa mesa-libOpenCL mesa-va-drivers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue