Skip to content

Commit

Permalink
jibri: chrome/driver 78 as a stopgap
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishwarupjee authored and saghul committed Jun 23, 2022
1 parent 07c7787 commit 74b654f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions jibri/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
ARG JITSI_REPO=jitsi
FROM ${JITSI_REPO}/base-java

ARG CHROME_RELEASE=latest
ARG CHROMEDRIVER_MAJOR_RELEASE=latest
#ARG CHROME_RELEASE=latest
#ARG CHROMEDRIVER_MAJOR_RELEASE=latest
ARG CHROME_RELEASE=78.0.3904.97
ARG CHROMEDRIVER_MAJOR_RELEASE=78

RUN \
apt-dpkg-wrap apt-get update \
Expand All @@ -20,9 +22,9 @@ RUN \

RUN \
[ "${CHROME_RELEASE}" != "latest" ] \
&& 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 \
&& 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 \
&& apt-dpkg-wrap apt-get update \
&& apt-dpkg-wrap apt-get install -y /tmp/google-chrome-stable_${CHROME_RELEASE}_amd64.deb \
&& apt-dpkg-wrap apt-get install -y /tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb \
&& apt-cleanup \
|| true

Expand Down

0 comments on commit 74b654f

Please sign in to comment.