From 1ef2e6021a00cab47b85cea88f6537c323eba2b1 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 25 May 2015 19:45:55 +0800 Subject: [PATCH] fix --- phantomjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 7037f67..95114cd 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 + && ./build.sh <<