Преглед изворни кода

jibri: add missing dependency for `kill` command

Saúl Ibarra Corretgé пре 4 година
родитељ
комит
d013053c09
1 измењених фајлова са 1 додато и 1 уклоњено
  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 \