diff --git a/Dockerfile.gnome b/Dockerfile.gnome index cac47fb..8fc3a85 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -25,6 +25,9 @@ RUN dnf5 -y install --allowerasing ffmpeg # Install hardware codecs RUN dnf5 -y install intel-media-driver +# Install gpu utilities +RUN dnf5 -y install igt-gpu-tools + # Install openh264 RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 diff --git a/Dockerfile.kde b/Dockerfile.kde index aa401a7..53363b2 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -25,6 +25,9 @@ RUN dnf5 -y install --allowerasing ffmpeg # Install hardware codecs RUN dnf5 -y install intel-media-driver +# Install gpu utilities +RUN dnf5 -y install igt-gpu-tools + # Install openh264 RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264