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 \