1
0
Fork 0
ostree-native-containers/Dockerfile
ver4a 3d025f7c89
All checks were successful
/ build-image (push) Successful in 4m35s
Fix ffmpeg install
2024-11-06 00:56:04 +01:00

11 lines
588 B
Docker

FROM quay.io/fedora-ostree-desktops/kinoite:40
RUN rpm-ostree override remove firefox firefox-langpacks
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 override remove libavcodec-free libavfilter-free libpostproc-free libswresample-free libswscale-free libavutil-free libavformat-free ffmpeg-free libavdevice-free --install=ffmpeg
RUN rpm-ostree install virt-manager
RUN rpm-ostree cleanup --repomd