Adding mopidy-local back; Consistency with updated events; Notification progress indicator

This commit is contained in:
James Barnsley
2020-01-24 13:43:03 +13:00
parent a70818b88d
commit 87aa88a908
15 changed files with 27240 additions and 26940 deletions

View File

@ -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
RUN python3.7 -m pip install --no-cache tox mopidy-spotify mopidy-local
# Start helper script.
COPY docker/entrypoint.sh /entrypoint.sh