Add dependency to enable sound in Spotify (#460)

Spotify crashes if run with pulseaudio server configuration, I fixed it by adding libpulse0 to the dependencies.
This commit is contained in:
Antoine Cardon 2019-04-05 00:26:23 +02:00 committed by Jess Frazelle
parent 930c5fb426
commit 2717d063f8

View File

@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
alsa-utils \
libgl1-mesa-dri \
libgl1-mesa-glx \
libpulse0 \
spotify-client \
xdg-utils \
--no-install-recommends \