diff --git a/spotify/Dockerfile b/spotify/Dockerfile index e471175..1510aea 100644 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -14,15 +14,17 @@ FROM ubuntu:14.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ - libpangoxft-1.0-0 \ alsa-utils \ + libpangoxft-1.0-0 \ + xdg-utils \ software-properties-common \ - --no-install-recommends && \ - 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 --force-yes -y \ + --no-install-recommends \ + && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 \ + && echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list \ + && apt-get update \ + && apt-get install --force-yes -y \ spotify-client \ + && apt-get purge --auto-remove -y software-properties-common \ && rm -rf /var/lib/apt/lists/* ENV HOME /home/spotify