From 7b285629da92fa07f036d80793c1028d480a480a Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 20 Apr 2019 08:45:19 +1200 Subject: [PATCH] Adding Iris frontend --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 963bbdc..02a301c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN set -ex \ && curl -L https://bootstrap.pypa.io/get-pip.py | python - \ && pip install -U six pyasn1 requests[security] cryptography \ && pip install \ + Mopidy-Iris \ Mopidy-Moped \ Mopidy-GMusic \ Mopidy-Pandora \