From d013053c0940bc47f9ef71985373474885a9af87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 18 Dec 2020 09:22:59 +0100 Subject: [PATCH] jibri: add missing dependency for `kill` command --- jibri/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index caa921f..f8d9a03 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -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 \