Merge pull request #8 from m-kostrzewa/yt_decoders

Install yt 'bad' decoders.
This commit is contained in:
Werner Beroux
2017-02-22 15:46:30 +01:00
committed by GitHub

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 \