From 0038e718ebfb1984cb33102f16fd289fcb659d97 Mon Sep 17 00:00:00 2001 From: Arun Date: Mon, 11 May 2020 13:28:43 +0530 Subject: [PATCH] jibri: install extra dependency --- jibri/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index 9ed2a93..9aebc76 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -8,7 +8,7 @@ ARG CHROMEDRIVER_MAJOR_RELEASE=78 RUN \ apt-dpkg-wrap apt-get update \ - && apt-dpkg-wrap apt-get install -y jibri \ + && apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri \ && apt-cleanup RUN \