mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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:
parent
930c5fb426
commit
2717d063f8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user