From 2e83ccd3056a7a4301785c28b0cc8484a9225706 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 26 May 2015 07:57:35 +0800 Subject: [PATCH] update --- phantomjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 81732b4..5714d51 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update \ && cd phantomjs \ && git checkout 2.0 \ && echo y | ./build.sh 2>/dev/null 1>&2 \ - && cp bin/phantomjs /usr/local/bin/ \ + && install -v -s -m 755 bin/phantomjs /usr/local/bin/ \ && cd .. \ && rm -rf phantomjs \ && apt-get remove -y git build-essential g++ flex bison gperf ruby perl \