Merge pull request #954 from PureTryOut/docker-alpine-alsa-utils

chore(docker): add alsa-utils to the Alpine Dockerimage
This commit is contained in:
James Barnsley
2024-10-29 06:21:47 +13:00
committed by GitHub

View File

@ -13,6 +13,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit
shadow \ shadow \
sudo \ sudo \
git \ git \
alsa-utils \
py3-pip \ py3-pip \
mopidy \ mopidy \
py3-mopidy-spotify py3-mopidy-spotify