From dda34a4986a07c1fc78044f769d1356247bbede0 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 25 May 2015 19:52:29 +0800 Subject: [PATCH] fix --- phantomjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index f79b352..f4c3820 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -12,4 +12,4 @@ RUN apt-get update \ && git clone git://github.com/ariya/phantomjs.git \ && cd phantomjs \ && git checkout 2.0 \ - && ./build.sh <<< y + && echo y | ./build.sh