Upgraded phantomjs in the docker image to 1.9.8.
- Legacy-Id: 13164
This commit is contained in:
parent
146d4548e9
commit
e730f3cb59
|
@ -131,11 +131,11 @@ RUN pip install virtualenv
|
|||
# Phantomjs
|
||||
WORKDIR /usr/local
|
||||
|
||||
RUN wget -qN https://tools.ietf.org/tar/phantomjs-1.9.7-linux-x86_64.tar.bz2
|
||||
RUN tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
|
||||
RUN wget -qN https://tools.ietf.org/tar/phantomjs-1.9.8-linux-x86_64.tar.bz2
|
||||
RUN tar xjf phantomjs-1.9.8-linux-x86_64.tar.bz2
|
||||
|
||||
WORKDIR /usr/local/bin
|
||||
RUN ln -s /usr/local/phantomjs-1.9.7-linux-x86_64/bin/phantomjs .
|
||||
RUN ln -s /usr/local/phantomjs-1.9.8-linux-x86_64/bin/phantomjs .
|
||||
|
||||
# idnits and dependencies
|
||||
RUN wget -q --no-check-certificate -P /usr/local/bin/ https://tools.ietf.org/tools/idnits/idnits && chmod +x /usr/local/bin/idnits
|
||||
|
|
Loading…
Reference in a new issue