File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN FIREFOX_URL="https://download-installer.cdn.mozilla.net/pub/firefox/releases
29
29
&& rm /tmp/firefox.tar.bz2
30
30
31
31
# install chrome
32
- RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-chrome-stable_current_amd64.deb https://www.slimjet .com/chrome/download-chrome.php?file=files%2F86.0.4240.75%2Fgoogle -chrome-stable_current_amd64.deb \
32
+ RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-chrome-stable_current_amd64.deb https://dl.google .com/linux/direct/google -chrome-stable_current_amd64.deb \
33
33
&& (dpkg -i /tmp/google-chrome-stable_current_amd64.deb || apt-get -fy install) \
34
34
&& rm -rf /tmp/google-chrome-stable_current_amd64.deb \
35
35
&& sed -i 's|HERE/chrome"|HERE/chrome" --disable-setuid-sandbox --no-sandbox|g' \
You can’t perform that action at this time.
0 commit comments