From 2c7ae850e1075f6152c275895249b89e37173d92 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 26 May 2015 07:51:30 +0800 Subject: [PATCH] update --- phantomjs/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 56e5d9a..ce26d20 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -13,6 +13,9 @@ 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/ \ + && cd .. \ + && rm -rf phantomjs \ && apt-get remove -y git build-essential g++ flex bison gperf ruby perl \ libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \ libpng-dev libjpeg-dev python \