fix spotify dependencies (#181)

This commit is contained in:
Christian 2016-08-29 00:18:08 +02:00 committed by Jess Frazelle
parent b16b6b751a
commit c2724cacd9

View File

@ -19,11 +19,13 @@ RUN apt-get update && apt-get install -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 \
&& echo "deb http://ftp.de.debian.org/debian jessie main " >> /etc/apt/sources.list.d/workaround.list \
&& apt-get update && apt-get install -y \
alsa-utils \
libgl1-mesa-dri \
libgl1-mesa-glx \
libpangoxft-1.0-0 \
libssl1.0.0 \
libssl1.0.2 \
libxss1 \
spotify-client \