mirror of https://github.com/icedream/ts3bot.git
Pass SYS_NICE capability through to PulseAudio.
parent
01eee239b1
commit
abe128d650
|
@ -12,6 +12,9 @@ RUN mkdir -p /tmp/empty &&\
|
||||||
ADD setup.sh /
|
ADD setup.sh /
|
||||||
RUN sh /setup.sh
|
RUN sh /setup.sh
|
||||||
|
|
||||||
|
# Pass through process nice caps for pulseaudio
|
||||||
|
RUN setcap 'cap_sys_nice=ep' $(which pulseaudio)
|
||||||
|
|
||||||
# Copy over configuration for other daemons
|
# Copy over configuration for other daemons
|
||||||
COPY etc/ /etc
|
COPY etc/ /etc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue