Adding GMusic and Tidal to image

This commit is contained in:
James Barnsley
2020-04-29 11:31:39 +12:00
parent 0caa780e38
commit 31652b09f6

View File

@ -42,7 +42,14 @@ RUN git clone https://github.com/jaedb/Iris.git /iris \
&& echo "mopidy ALL=NOPASSWD: /iris/mopidy_iris/system.sh" >> /etc/sudoers && echo "mopidy ALL=NOPASSWD: /iris/mopidy_iris/system.sh" >> /etc/sudoers
# Install additional Python dependencies # Install additional Python dependencies
RUN python3.7 -m pip install --no-cache tox mopidy-mpd mopidy-spotify mopidy-local RUN python3.7 -m pip install --no-cache \
tox \
mopidy-mpd \
mopidy-spotify \
mopidy-local \
Mopidy-GMusic \
# 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
# Start helper script. # Start helper script.
COPY docker/entrypoint.sh /entrypoint.sh COPY docker/entrypoint.sh /entrypoint.sh