Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Check the chrome driver download the URL seems wrong in some cases #871

@kuisathaverat

Description

@kuisathaverat

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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions