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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \