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 cb80c0dcba
commit ee4ba566e5
1 changed files with 1 additions and 1 deletions

View File

@ -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/*