From 31652b09f644243f4bc32107a42121590b71dbdd Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 29 Apr 2020 11:31:39 +1200 Subject: [PATCH] Adding GMusic and Tidal to image --- Dockerfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da586009..7c24b35c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,14 @@ RUN git clone https://github.com/jaedb/Iris.git /iris \ && echo "mopidy ALL=NOPASSWD: /iris/mopidy_iris/system.sh" >> /etc/sudoers # Install additional Python dependencies -RUN python3.7 -m pip install --no-cache tox mopidy-mpd mopidy-spotify mopidy-local +RUN python3.7 -m pip install --no-cache \ + tox \ + mopidy-mpd \ + mopidy-spotify \ + mopidy-local \ + Mopidy-GMusic \ + # pip not up-to-date for Mopidy-Tidal (https://github.com/tehkillerbee/mopidy-tidal/issues/14) + git+https://github.com/tehkillerbee/mopidy-tidal.git@master # Start helper script. COPY docker/entrypoint.sh /entrypoint.sh