Skip to content

Commit

Permalink
feat(headless_chrome): use google chrome 78
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Nov 29, 2019
1 parent a07dbae commit d4dbe18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper/dev/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RUN apt-get update -y && apt-get install -yq \
RUN curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
RUN echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
RUN apt-get update -y && apt-get install -yq \
google-chrome-stable \
google-chrome-stable=78.0.3904.108-1 \
unzip
RUN wget -q https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip
RUN wget -q https://chromedriver.storage.googleapis.com/78.0.3904.105/chromedriver_linux64.zip
RUN unzip chromedriver_linux64.zip

RUN mv chromedriver /usr/bin/chromedriver
Expand Down

0 comments on commit d4dbe18

Please sign in to comment.