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 \