Install yt 'bad' decoders.

This fixes issues where some youtube tracks would not play.
Fixes similar issue:
https://github.com/rectalogic/mopidy-pandora/issues/56
This commit is contained in:
Michal Kostrzewa
2017-02-20 21:31:24 +01:00
parent e52fc40350
commit c4f69fcacd

View File

@@ -14,6 +14,8 @@ RUN set -ex \
curl \
gcc \
gstreamer0.10-alsa \
gstreamer0.10-plugins-bad \
gstreamer1.0-plugins-bad \
python-crypto \
&& curl -L https://apt.mopidy.com/mopidy.gpg -o /tmp/mopidy.gpg \
&& curl -L https://apt.mopidy.com/mopidy.list -o /etc/apt/sources.list.d/mopidy.list \