Skip to content

Commit

Permalink
Merge pull request #946 from PureTryOut/fix/mopidy-spotify
Browse files Browse the repository at this point in the history
fix(docker): update mopidy-spotify to the latest release to adapt to Spotify API changes
  • Loading branch information
jaedb authored Mar 18, 2024
2 parents 09afa38 + bbc9adb commit cf462eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ 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 .. \
&& rm -rf mopidy-spotify

# Install additional mopidy extensions and Python dependencies via pip
COPY docker/requirements.txt .
Expand Down

0 comments on commit cf462eb

Please sign in to comment.