Install plugins through pip as packages do not exist.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-18 21:22:30 +01:00
parent 21635c5bf6
commit 3b91c17087

View File

@@ -25,10 +25,11 @@ RUN set -ex \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
mopidy \
mopidy-mpd \
mopidy-alsamixer \
mopidy-soundcloud \
mopidy-spotify \
mopidy-jellyfin \
mopidy-iris \
&& pip install --user mopidy-jellyfin mopidy-iris \
# Clean-up
&& apt-get purge --auto-remove -y \
gcc \