We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d881251 commit c3a9519Copy full SHA for c3a9519
build/Dockerfile
@@ -216,7 +216,7 @@ RUN \
216
else \
217
# Install specific version
218
apt-get update -qq &&\
219
- curl -L --output /tmp/chrome.deb "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb" &&\
+ curl -fsSL --output /tmp/chrome.deb "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb" &&\
220
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends /tmp/chrome.deb &&\
221
mv /usr/bin/google-chrome-stable /usr/bin/chromium &&\
222
rm -rf /tmp/chrome.deb; \
0 commit comments