Explorar o código

jibri: add missing dependency for `kill` command

Saúl Ibarra Corretgé %!s(int64=4) %!d(string=hai) anos
pai
achega
d013053c09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jibri/Dockerfile

+ 1 - 1
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 \