File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,15 @@ RUN sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-li
56
56
# Install Firefox 59
57
57
RUN sudo rm -rf /opt/firefox \
58
58
&& sudo rm -rf /usr/bin/firefox \
59
- &&sudo mkdir -p /opt/firefox/59 \
60
- && cd /opt/firefox/59 \
61
- && curl -sL "https://ftp.mozilla.org/pub/firefox/releases/59 .0/linux-x86_64/en-US/firefox-59 .0.tar.bz2" | tar jx --strip-components 1 \
62
- && sudo ln -s /opt/firefox/59 /firefox /usr/bin/firefox
59
+ &&sudo mkdir -p /opt/firefox/84 \
60
+ && cd /opt/firefox/84 \
61
+ && curl -sL "https://ftp.mozilla.org/pub/firefox/releases/84 .0/linux-x86_64/en-US/firefox-84 .0.tar.bz2" | tar jx --strip-components 1 \
62
+ && sudo ln -s /opt/firefox/84 /firefox /usr/bin/firefox
63
63
64
64
# Install the Firefox GeckoDriver
65
65
RUN mkdir -p /opt/drivers/firefox/ \
66
66
&& cd /opt/drivers/firefox/ \
67
- && wget https://github.com/mozilla/geckodriver/releases/download/v0.20.0/geckodriver-v0.20.0-linux64.tar.gz \
68
- && tar xvzf geckodriver-v0.20.0-linux64.tar.gz \
69
- && rm geckodriver-v0.20.0-linux64.tar.gz \
67
+ && curl -sL "https://github.com/mozilla/geckodriver/releases/download/v0.28.0/geckodriver-v0.28.0-linux64.tar.gz" | tar zx \
70
68
&& sudo ln -s /opt/drivers/firefox/geckodriver /usr/local/bin/geckodriver
71
69
72
70
# install supervisord
You can’t perform that action at this time.
0 commit comments