1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-17 11:56:28 +02:00
This commit is contained in:
kev 2015-05-26 07:51:30 +08:00
parent a7f6bfbc5e
commit 2c7ae850e1

View File

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