Add ASLA gmixer.

This commit is contained in:
Werner Beroux
2015-04-21 15:46:55 +02:00
parent 62c9330981
commit 71ab329e4e
2 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ RUN apt-key add /tmp/mopidy.gpg
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
mopidy \
mopidy-soundcloud \
mopidy-spotify
mopidy-spotify \
gstreamer0.10-alsa
# Install more extensions via PIP.
ADD https://bootstrap.pypa.io/get-pip.py /tmp/get-pip.py