Skip to content

Commit

Permalink
Don't install chromedriver, since we handle it dynamically now
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Aug 26, 2024
1 parent 2157de1 commit 6b0479a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions scraper/dev/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,8 @@ 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] https://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=113.0.5672.126-1 \
google-chrome-stable=128.0.6613.84-1 \
unzip
RUN wget -q https://chromedriver.storage.googleapis.com/113.0.5672.63/chromedriver_linux64.zip
RUN unzip chromedriver_linux64.zip
RUN rm -f chromedriver_linux64.zip

RUN mv chromedriver /usr/bin/chromedriver
RUN chown root:root /usr/bin/chromedriver
RUN chmod +x /usr/bin/chromedriver

RUN wget -q https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.4.0/selenium-server-4.4.0.jar
RUN wget -q https://repo1.maven.org/maven2/org/testng/testng/7.6.1/testng-7.6.1.jar
Expand Down

0 comments on commit 6b0479a

Please sign in to comment.