From e730f3cb59b5a9b3b10ea7a2e14122be1a8b56b0 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 28 Mar 2017 19:28:58 +0000 Subject: [PATCH] Upgraded phantomjs in the docker image to 1.9.8. - Legacy-Id: 13164 --- docker/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 256cd3343..6fc90fedb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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