mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 15:02:41 +01:00
Merge pull request #42 from JarenGlover/spotify
Spotify Dockerfile update
This commit is contained in:
@@ -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/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user