Add alsa utils to docker image

This commit is contained in:
Josh.5
2022-10-04 11:29:07 +13:00
committed by Josh Sunnex
parent 703be17214
commit 99f9034766

View File

@@ -193,6 +193,9 @@ RUN \
echo "**** Install X Server requirements ****" \
&& apt-get install -y --no-install-recommends \
pulseaudio \
alsa-utils \
libasound2 \
libasound2-plugins \
&& \
echo "**** Section cleanup ****" \
&& apt-get clean autoclean -y \