mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31: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>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user