From 730ff1fc3c3020ee5bc112c7c76e12307147a4ff Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 23 Aug 2020 05:26:27 -0400 Subject: [PATCH] add mpd and local to the dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4489f66..2f1ba9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,8 @@ RUN set -ex \ RUN set -ex \ && mkdir -p /var/lib/mopidy/.config \ && ln -s /config /var/lib/mopidy/.config/mopidy - +RUN python3 -m pip install Mopidy-Local +RUN python3 -m pip install Mopidy-MPD # Start helper script. COPY entrypoint.sh /entrypoint.sh