Skip to content

Commit d013053

Browse files
committed
jibri: add missing dependency for kill command
1 parent 0b25141 commit d013053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jibri/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1010

1111
RUN \
1212
apt-dpkg-wrap apt-get update \
13-
&& apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri \
13+
&& apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri procps \
1414
&& apt-cleanup
1515

1616
RUN \

0 commit comments

Comments
 (0)