mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
updated the apt-get install command to include --force-yes
This commit is contained in:
parent
0cabfef28e
commit
35e1b3780e
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user