mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
jibri: add missing dependency for kill command
This commit is contained in:
parent
0b2514101c
commit
d013053c09
@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
RUN \
|
||||
apt-dpkg-wrap apt-get update \
|
||||
&& apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri \
|
||||
&& apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri procps \
|
||||
&& apt-cleanup
|
||||
|
||||
RUN \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user