mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
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:
committed by
Jess Frazelle
parent
930c5fb426
commit
2717d063f8
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
alsa-utils \
|
alsa-utils \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libgl1-mesa-glx \
|
libgl1-mesa-glx \
|
||||||
|
libpulse0 \
|
||||||
spotify-client \
|
spotify-client \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
|
|||||||
Reference in New Issue
Block a user