2
0
Эх сурвалжийг харах

jibri: add missing dependency for `kill` command

Saúl Ibarra Corretgé 4 жил өмнө
parent
commit
d013053
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 \