Parcourir la source

jibri: install extra dependency

Arun il y a 5 ans
Parent
commit
0038e71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      jibri/Dockerfile

+ 1 - 1
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 \