change to base image

This commit is contained in:
andersrh 2023-07-02 00:19:57 +02:00
commit 88c94cf191

View file

@ -15,4 +15,5 @@ RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-re
RUN dnf install -y libva-intel-driver gstreamer1-plugin-openh264 ffmpeg libva-utils RUN dnf install -y libva-intel-driver gstreamer1-plugin-openh264 ffmpeg libva-utils
RUN dnf install -y dbus-glib pciutils-libs RUN dnf install -y dbus-glib pciutils-libs
RUN dnf -y install fuse RUN dnf -y install fuse
RUN dnf install -y firefox RUN dnf install -y firefox
RUN dnf update -y && dnf clean packages