Skip to content

Commit

Permalink
updated the apt-get install command to include --force-yes
Browse files Browse the repository at this point in the history
  • Loading branch information
JarenGlover committed Jul 9, 2015
1 parent cb80c0d commit ee4ba56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit ee4ba56

Please sign in to comment.