mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-02 00:26:15 +02:00
fix spotify
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
c0e85d195f
commit
6399c6ee55
@ -10,25 +10,19 @@
|
||||
# --name spotify \
|
||||
# jess/spotify
|
||||
#
|
||||
FROM debian:sid
|
||||
FROM debian:sid-slim
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
dirmngr \
|
||||
gnupg \
|
||||
--no-install-recommends \
|
||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410 \
|
||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90 \
|
||||
&& 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 \
|
||||
libpulse0 \
|
||||
libssl1.0.0 \
|
||||
libssl1.0.2 \
|
||||
libxss1 \
|
||||
spotify-client \
|
||||
xdg-utils \
|
||||
--no-install-recommends \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM debian:buster
|
||||
FROM debian:sid-slim
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
Loading…
x
Reference in New Issue
Block a user