Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-03-30 17:49:04 -07:00
parent 7cc3abe916
commit 483eb1c749
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -14,15 +14,17 @@ FROM ubuntu:14.04
MAINTAINER Jessie Frazelle <jess@linux.com>
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