jibri: install extra dependency

This commit is contained in:
Arun
2020-05-11 13:28:43 +05:30
committed by GitHub
parent 0615ed6e02
commit 0038e718eb

View File

@@ -8,7 +8,7 @@ ARG CHROMEDRIVER_MAJOR_RELEASE=78
RUN \ RUN \
apt-dpkg-wrap apt-get update \ 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 && apt-cleanup
RUN \ RUN \