Skip to content

Commit

Permalink
Merge pull request jessfraz#42 from JarenGlover/spotify
Browse files Browse the repository at this point in the history
Spotify Dockerfile update
  • Loading branch information
Jessie Frazelle committed Jul 9, 2015
2 parents 09e8663 + ee4ba56 commit 1f29bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 && \
echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list && \
apt-get update && \
apt-get install -y \
apt-get install --force-yes -y \
spotify-client \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 1f29bca

Please sign in to comment.