Update the Dockerfile

This commit is contained in:
Michael Mintz 2023-03-21 21:23:11 -04:00
parent 2309c69301
commit 034dac19a8
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ RUN cd /SeleniumBase && pip3 install .
#=====================
# Download WebDrivers
#=====================
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.32.0/geckodriver-v0.32.0-linux64.tar.gz
RUN tar -xvzf geckodriver-v0.32.0-linux64.tar.gz
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-linux64.tar.gz
RUN tar -xvzf geckodriver-v0.32.2-linux64.tar.gz
RUN chmod +x geckodriver
RUN mv geckodriver /usr/local/bin/
RUN wget https://chromedriver.storage.googleapis.com/72.0.3626.69/chromedriver_linux64.zip