mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
Merge pull request #42 from JarenGlover/spotify
Spotify Dockerfile update
This commit is contained in:
commit
b7ff95fe87
|
@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 && \
|
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 && \
|
echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install --force-yes -y \
|
||||||
spotify-client \
|
spotify-client \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user