소스 검색

jibri: add missing dependency for `kill` command

Saúl Ibarra Corretgé 4 년 전
부모
커밋
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 \