1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
This commit is contained in:
kev 2015-09-25 23:46:14 +08:00
parent 1a19ca4548
commit 8f48d7c443

@ -11,7 +11,6 @@ RUN apt-get update \
libpng-dev libjpeg-dev python \
&& git clone git://github.com/ariya/phantomjs.git \
&& cd phantomjs \
&& git checkout 2.0 \
&& echo y | ./build.sh 2>/dev/null 1>&2 \
&& install -v -s -m 755 bin/phantomjs /usr/local/bin/ \
&& cd .. \