Skip to content

Commit 83ead5d

Browse files
committedApr 30, 2020
Merge branch 'develop'
2 parents 752d1e7 + 5388f6a commit 83ead5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+14010
-9444
lines changed
 

‎Dockerfile

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ RUN git clone https://github.com/jaedb/Iris.git /iris \
4242
&& echo "mopidy ALL=NOPASSWD: /iris/mopidy_iris/system.sh" >> /etc/sudoers
4343

4444
# Install additional Python dependencies
45-
RUN python3.7 -m pip install --no-cache tox mopidy-mpd mopidy-spotify mopidy-local
45+
RUN python3.7 -m pip install --no-cache \
46+
tox \
47+
mopidy-mpd \
48+
mopidy-spotify \
49+
mopidy-local \
50+
Mopidy-GMusic \
51+
# pip not up-to-date for Mopidy-Tidal (https://github.com/tehkillerbee/mopidy-tidal/issues/14)
52+
git+https://github.com/tehkillerbee/mopidy-tidal.git@master
4653

4754
# Start helper script.
4855
COPY docker/entrypoint.sh /entrypoint.sh

‎IRIS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.47.0
1+
3.48.0

0 commit comments

Comments
 (0)