From 8f48d7c4430f76d403c7235a8aee9745910d7fea Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 25 Sep 2015 23:46:14 +0800 Subject: [PATCH] fix --- phantomjs/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 86e2ae0..f4a8859 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -11,7 +11,6 @@ RUN apt-get update \ libpng-dev libjpeg-dev python \ && git clone git://github.com/ariya/phantomjs.git \ && cd phantomjs \ - && git checkout 2.0 \ && echo y | ./build.sh 2>/dev/null 1>&2 \ && install -v -s -m 755 bin/phantomjs /usr/local/bin/ \ && cd .. \