Skip to content

Commit

Permalink
Temporarily add git to install my branch of gmusic
Browse files Browse the repository at this point in the history
  • Loading branch information
jjok committed Mar 1, 2020
1 parent 320ead9 commit ff89fc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ RUN apt-get update \
libspotify-dev \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get update \
&& apt-get install -y git \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt requirements.txt

RUN pip3 install -r requirements.txt \
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Mopidy==3.0.1
Mopidy-GMusic==4.0.0
#Mopidy-GMusic==4.0.0
-e git+https://github.com/jjok/mopidy-gmusic.git@my-fixes#egg=Mopidy-GMusic
#Mopidy-Iris==3.44.0
https://github.com/jaedb/Iris/archive/3.44.0.zip
https://github.com/jaedb/Iris/archive/3.44.0.zip#egg=Mopidy-Iris
Mopidy-MPD==3.0.0
Mopidy-Podcast==3.0.0
Mopidy-Scrobbler==2.0.0
Expand Down

0 comments on commit ff89fc8

Please sign in to comment.