diff --git a/Dockerfile b/Dockerfile index a647e65..ef9abd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,9 @@ RUN rpm-ostree install https://download1.rpmfusion.org/free/fedora/rpmfusion-fre RUN rpm-ostree override remove libavcodec-free libavfilter-free libavformat-free libavutil-free libpostproc-free libswresample-free libswscale-free mesa-va-drivers --install libavcodec-freeworld && \ rpm-ostree install ffmpeg ffmpeg-libs intel-media-driver pipewire-codec-aptx libva-intel-driver libva-utils mesa-va-drivers-freeworld +# install Pulseaudio utilities +RUN rpm-ostree install pulseaudio-utils + RUN rpm-ostree cleanup -m && \ rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \ ostree container commit \ No newline at end of file