You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
The URL to download the chrome driver seems wrong, the command $(curl -o- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)/chromedriver_linux64.zip do something weird with the LATEST_RELEASE env var and the curl command is $(curl -o- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)
[2020-07-09T03:17:17.275Z] Step 3/9 : RUN curl -SLO https://chromedriver.storage.googleapis.com/$(curl -o- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)/chromedriver_linux64.zip && apt-get -yqq update && apt install -yqq --no-install-recommends unzip && unzip -d /usr/local/bin/ chromedriver_linux64.zip chromedriver && rm -rf /var/lib/apt/lists/*
[2020-07-09T03:17:17.275Z] ---> Running in 80ad6a6143dc
[2020-07-09T03:17:17.275Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-07-09T03:17:17.275Z] Dload Upload Total Spent Left Speed
[2020-07-09T03:17:17.275Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 12 100 12 0 0 444 0 --:--:-- --:--:-- --:--:-- 444
[2020-07-09T03:17:17.275Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-07-09T03:17:17.275Z] Dload Upload Total Spent Left Speed
[2020-07-09T03:17:17.275Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
93 5099k 93 4792k 0 0 63.2M 0 --:--:-- --:--:-- --:--:-- 63.2M
[2020-07-09T03:17:17.275Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
[2020-07-09T03:17:17.275Z] The command '/bin/sh -c curl -SLO https://chromedriver.storage.googleapis.com/$(curl -o- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)/chromedriver_linux64.zip && apt-get -yqq update && apt install -yqq --no-install-recommends unzip && unzip -d /usr/local/bin/ chromedriver_linux64.zip chromedriver && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 56
The URL to download the chrome driver seems wrong, the command
$(curl -o- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)/chromedriver_linux64.zipdo something weird with theLATEST_RELEASEenv var and thecurlcommand is$(curl -o- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)