Adds Mopidy-Pandora support.

This commit is contained in:
Werner Beroux
2018-07-24 16:59:07 +02:00
parent 13ca60e50e
commit 055bb494ec
3 changed files with 7 additions and 2 deletions

View File

@@ -24,8 +24,12 @@ RUN set -ex \
&& pip install \
Mopidy-Moped \
Mopidy-GMusic \
Mopidy-Pandora \
Mopidy-YouTube \
pyasn1==0.3.2 \
requests[security] \
cryptography \
pyopenssl \
pyasn1 \
# Clean-up
&& apt-get purge --auto-remove -y \
curl \