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
This commit is contained in:
Bart Ribbers
2024-05-21 11:34:34 +02:00
parent a106aa6760
commit 4316078fb7

View File

@ -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