1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
This commit is contained in:
kev 2015-05-26 07:57:35 +08:00
parent 9451066765
commit 2e83ccd305

@ -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 \