install Pulseaudio utilities
This commit is contained in:
parent
81f8c22cd3
commit
5ef79567d7
1 changed files with 3 additions and 0 deletions
|
|
@ -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 && \
|
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
|
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 && \
|
RUN rpm-ostree cleanup -m && \
|
||||||
rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||||
ostree container commit
|
ostree container commit
|
||||||
Loading…
Add table
Add a link
Reference in a new issue