File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
ARG JITSI_REPO=jitsi
2
2
FROM ${JITSI_REPO}/base-java
3
3
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
6
8
7
9
RUN \
8
10
apt-dpkg-wrap apt-get update \
20
22
21
23
RUN \
22
24
[ "${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 \
24
26
&& 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 \
26
28
&& apt-cleanup \
27
29
|| true
28
30
You can’t perform that action at this time.
0 commit comments