Skip to content

Commit

Permalink
chore(docker): add alsa-utils to the Alpine Dockerimage
Browse files Browse the repository at this point in the history
This way the user can use tools like aplay to figure out sound issues
from within the container
  • Loading branch information
PureTryOut committed May 21, 2024
1 parent a106aa6 commit 4316078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4316078

Please sign in to comment.