Skip to content

Commit 1b2aff8

Browse files
authored
allow insecure
1 parent 7e833f3 commit 1b2aff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN \
2424
python-pip \
2525
python-setuptools && \
2626
echo "**** install chrome driver ****" && \
27-
CHROME_RELEASE=$(curl -sL https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && \
28-
curl -o \
27+
CHROME_RELEASE=$(curl -sLk https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && \
28+
curl -sk -o \
2929
/tmp/chrome.zip -L \
3030
"https://chromedriver.storage.googleapis.com/${CHROME_RELEASE}/chromedriver_linux64.zip" && \
3131
cd /tmp && \

0 commit comments

Comments
 (0)