Install plugins through the Pipfile.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-18 22:06:19 +01:00
parent 3b91c17087
commit 54554f16c9
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -14,6 +14,7 @@ mopidy-pandora = "*"
mopidy-youtube = "*"
mopidy-local = "*"
mopidy-mpd = "*"
mopidy-jellyfin = "*"
pyopenssl = "*"
[requires]