From 99f9034766833130da9bb0c60451444e84b9631d Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Tue, 4 Oct 2022 11:29:07 +1300 Subject: [PATCH] Add alsa utils to docker image --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index be74748..b3e0d84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \