Skip to content

Commit

Permalink
Removing install from source for Spotify, using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jul 30, 2024
1 parent 38b298d commit 401b015
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,8 @@ RUN git clone --depth 1 --single-branch -b ${IRIS_VERSION} https://github.com/ja
# Copy Version file
&& cp /iris/VERSION /

# 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 \
&& cd mopidy-spotify \
&& python3 setup.py install \
&& cd .. \
&& rm -rf mopidy-spotify
# Install mopidy-spotify
RUN sudo python3 -m pip install --break-system-packages Mopidy-Spotify==5.0.0a2

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

0 comments on commit 401b015

Please sign in to comment.