forked from Doma/docker-mopidy
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user