mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
updates
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
7cc3abe916
commit
483eb1c749
|
@ -14,15 +14,17 @@ FROM ubuntu:14.04
|
||||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libpangoxft-1.0-0 \
|
|
||||||
alsa-utils \
|
alsa-utils \
|
||||||
|
libpangoxft-1.0-0 \
|
||||||
|
xdg-utils \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
--no-install-recommends && \
|
--no-install-recommends \
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 && \
|
&& 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 && \
|
&& 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 --force-yes -y \
|
&& apt-get install --force-yes -y \
|
||||||
spotify-client \
|
spotify-client \
|
||||||
|
&& apt-get purge --auto-remove -y software-properties-common \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV HOME /home/spotify
|
ENV HOME /home/spotify
|
||||||
|
|
Loading…
Reference in New Issue
Block a user