From 6103cb320277357f20a9181390a86927fff92b33 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Tue, 7 Apr 2020 11:27:44 +1200 Subject: [PATCH] Including MPD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index beb70ef3..df5392f8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ 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-spotify mopidy-local +RUN python3.7 -m pip install --no-cache tox mopidy-mpd mopidy-spotify mopidy-local # Start helper script. COPY docker/entrypoint.sh /entrypoint.sh