Skip to content

Commit eae3f5c

Browse files
netaskdsaghul
authored andcommitted
jibri: chrome/driver 78 as a stopgap
1 parent 78df6a4 commit eae3f5c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

jibri/Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
ARG JITSI_REPO=jitsi
22
FROM ${JITSI_REPO}/base-java
33

4-
ARG CHROME_RELEASE=latest
5-
ARG CHROMEDRIVER_MAJOR_RELEASE=latest
4+
#ARG CHROME_RELEASE=latest
5+
#ARG CHROMEDRIVER_MAJOR_RELEASE=latest
6+
ARG CHROME_RELEASE=78.0.3904.97
7+
ARG CHROMEDRIVER_MAJOR_RELEASE=78
68

79
RUN \
810
apt-dpkg-wrap apt-get update \
@@ -20,9 +22,9 @@ RUN \
2022

2123
RUN \
2224
[ "${CHROME_RELEASE}" != "latest" ] \
23-
&& curl -4so /tmp/google-chrome-stable_${CHROME_RELEASE}_amd64.deb http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_RELEASE}_amd64.deb \
25+
&& curl -4so /tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb \
2426
&& apt-dpkg-wrap apt-get update \
25-
&& apt-dpkg-wrap apt-get install -y /tmp/google-chrome-stable_${CHROME_RELEASE}_amd64.deb \
27+
&& apt-dpkg-wrap apt-get install -y /tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb \
2628
&& apt-cleanup \
2729
|| true
2830

0 commit comments

Comments
 (0)