rishi1985 commited on
Commit
0e91def
·
1 Parent(s): 01f779c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -32,8 +32,8 @@ RUN apt-get install -y google-chrome-stable
32
 
33
  # install chromedriver
34
  RUN apt-get install -yqq unzip
35
- RUN wget -O /tmp/chromedriver.zip http://chromedriver.storage.googleapis.com/`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
36
- RUN unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
37
 
38
 
39
 
 
32
 
33
  # install chromedriver
34
  RUN apt-get install -yqq unzip
35
+ RUN wget -O /tmp/chromedriver-linux64.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
36
+ RUN unzip /tmp/chromedriver-linux64.zip chromedriver-linux64/chromedriver -d /usr/local/bin/
37
 
38
 
39