Upgraded phantomjs in the docker image to 1.9.8.

- Legacy-Id: 13164
This commit is contained in:
Henrik Levkowetz 2017-03-28 19:28:58 +00:00
parent 146d4548e9
commit e730f3cb59

View file

@ -131,11 +131,11 @@ RUN pip install virtualenv
# Phantomjs # Phantomjs
WORKDIR /usr/local WORKDIR /usr/local
RUN wget -qN https://tools.ietf.org/tar/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.7-linux-x86_64.tar.bz2 RUN tar xjf phantomjs-1.9.8-linux-x86_64.tar.bz2
WORKDIR /usr/local/bin 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 # 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 RUN wget -q --no-check-certificate -P /usr/local/bin/ https://tools.ietf.org/tools/idnits/idnits && chmod +x /usr/local/bin/idnits