1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-25 06:35:11 +01:00

updated the apt-get install command to include --force-yes

This commit is contained in:
Jaren Glover 2015-07-09 14:10:49 -04:00
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 && \ 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/*