We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e833f3 commit 1b2aff8Copy full SHA for 1b2aff8
1 file changed
Dockerfile
@@ -24,8 +24,8 @@ RUN \
24
python-pip \
25
python-setuptools && \
26
echo "**** install chrome driver ****" && \
27
- CHROME_RELEASE=$(curl -sL https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && \
28
- curl -o \
+ CHROME_RELEASE=$(curl -sLk https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && \
+ curl -sk -o \
29
/tmp/chrome.zip -L \
30
"https://chromedriver.storage.googleapis.com/${CHROME_RELEASE}/chromedriver_linux64.zip" && \
31
cd /tmp && \
0 commit comments