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-25 19:52:29 +08:00
parent 004dff71a6
commit dda34a4986

@ -12,4 +12,4 @@ RUN apt-get update \
&& git clone git://github.com/ariya/phantomjs.git \
&& cd phantomjs \
&& git checkout 2.0 \
&& ./build.sh <<< y
&& echo y | ./build.sh