fix(docker): update mopidy-spotify to the latest release to adapt to Spotify API changes
https://github.com/mopidy/mopidy-spotify/issues/375
This commit is contained in:
@ -32,7 +32,7 @@ RUN apt update \
|
||||
WORKDIR /usr/src/gst-plugins-rs
|
||||
|
||||
# Clone source of gst-plugins-rs to workdir
|
||||
ARG GST_PLUGINS_RS_TAG=0.10.5
|
||||
ARG GST_PLUGINS_RS_TAG=0.12.2
|
||||
RUN git clone -c advice.detachedHead=false \
|
||||
--single-branch --depth 1 \
|
||||
--branch ${GST_PLUGINS_RS_TAG} \
|
||||
@ -131,7 +131,11 @@ RUN git clone --depth 1 --single-branch -b ${IRIS_VERSION} https://github.com/ja
|
||||
|
||||
# Install mopidy-spotify-gstspotify (Hack, not released yet!)
|
||||
# (https://github.com/kingosticks/mopidy-spotify/tree/gstspotifysrc-hack)
|
||||
RUN git clone --depth 1 https://github.com/mopidy/mopidy-spotify.git mopidy-spotify \
|
||||
ARG MOPIDY_SPOTIFY_TAG=v5.0.0a1
|
||||
RUN git clone -c advice.detachedHead=false \
|
||||
--single-branch --depth 1 \
|
||||
--branch ${MOPIDY_SPOTIFY_TAG} \
|
||||
https://github.com/mopidy/mopidy-spotify.git mopidy-spotify \
|
||||
&& cd mopidy-spotify \
|
||||
&& python3 setup.py install \
|
||||
&& cd .. \
|
||||
|
||||
Reference in New Issue
Block a user