File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -79,17 +79,15 @@ COPY requirements.txt /SeleniumBase/requirements.txt
79
79
COPY setup.py /SeleniumBase/setup.py
80
80
RUN find . -name '*.pyc' -delete
81
81
RUN find . -name __pycache__ -delete
82
- RUN pip3 install --upgrade pip
83
- RUN pip3 install --upgrade setuptools
84
- RUN pip3 install --upgrade setuptools-scm
82
+ RUN pip3 install --upgrade pip setuptools wheel
85
83
RUN cd /SeleniumBase && ls && pip3 install -r requirements.txt --upgrade
86
84
RUN cd /SeleniumBase && pip3 install .
87
85
88
86
# =====================
89
87
# Download WebDrivers
90
88
# =====================
91
- RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.33 .0/geckodriver-v0.33 .0-linux64.tar.gz
92
- RUN tar -xvzf geckodriver-v0.33 .0-linux64.tar.gz
89
+ RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.34 .0/geckodriver-v0.34 .0-linux64.tar.gz
90
+ RUN tar -xvzf geckodriver-v0.34 .0-linux64.tar.gz
93
91
RUN chmod +x geckodriver
94
92
RUN mv geckodriver /usr/local/bin/
95
93
RUN wget https://chromedriver.storage.googleapis.com/72.0.3626.69/chromedriver_linux64.zip
You can’t perform that action at this time.
0 commit comments