From 3b5ed5468ad41f4ac3b50a92ed4c476be2a90b5b Mon Sep 17 00:00:00 2001 From: Mathias Hertlein Date: Thu, 3 Aug 2017 18:07:27 +0000 Subject: [PATCH] Install libpulse0 in spotify container (#286) Required to use PulseAudio. Same as in commit ff57ab29c945b21f5714666cf8234bc925a1a7fb --- spotify/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/spotify/Dockerfile b/spotify/Dockerfile index 9a4f574..e1cf8ea 100644 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update && apt-get install -y \ libgl1-mesa-dri \ libgl1-mesa-glx \ libpangoxft-1.0-0 \ + libpulse0 \ libssl1.0.0 \ libssl1.0.2 \ libxss1 \