1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
This commit is contained in:
kev 2015-05-26 07:57:35 +08:00
parent 9451066765
commit 2e83ccd305

View File

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