From 4316078fb7189a1b2f98aaacad1ce7b98a260918 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 21 May 2024 11:34:34 +0200 Subject: [PATCH] chore(docker): add alsa-utils to the Alpine Dockerimage This way the user can use tools like aplay to figure out sound issues from within the container --- Dockerfile.alpine | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index e704aec3e..cf6c7e769 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -13,6 +13,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit shadow \ sudo \ git \ + alsa-utils \ py3-pip \ mopidy \ py3-mopidy-spotify