mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix spotify dependencies (#181)
This commit is contained in:
parent
b16b6b751a
commit
c2724cacd9
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user