From 1f0b7c4d11481d36eb549b2a3acab7b699fbedad Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 5 Dec 2020 21:40:34 +1300 Subject: [PATCH] Removing GMusic, adding dLeyna --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c34b467f..2e2b6795 100755 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,10 @@ RUN apt-get update \ python-dev \ python-gst-1.0 \ python3-gst-1.0 \ + build-essential \ + libdbus-glib-1-dev \ + libgirepository1.0-dev \ + dleyna-server \ && rm -rf /var/lib/apt/lists/* # Make python3-gst-1.0 available to non-Debian Python 3.7 installation @@ -47,11 +51,12 @@ RUN python3.7 -m pip install --no-cache \ mopidy-mpd \ mopidy-spotify \ mopidy-local \ - Mopidy-GMusic \ Mopidy-TuneIn \ Mopidy-Youtube \ Mopidy-SoundCloud \ Mopidy-Podcast \ + Mopidy-dLeyna \ + dbus-python \ # 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