mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-06 03:54:48 +02:00
upgrade phantomjs to 2.1
This commit is contained in:
parent
1af5bbd2bc
commit
433b1909c7
@ -25,9 +25,9 @@ RUN set -xe \
|
||||
perl \
|
||||
python \
|
||||
ruby \
|
||||
&& git clone -b 2.0 --single-branch git://github.com/ariya/phantomjs.git \
|
||||
&& git clone -b 2.1 --depth 1 --single-branch git://github.com/ariya/phantomjs.git \
|
||||
&& cd phantomjs \
|
||||
&& echo y | ./build.sh 2>/dev/null 1>&2 \
|
||||
&& echo y | ./build.py 2>/dev/null 1>&2 \
|
||||
&& install -v -s -m 755 bin/phantomjs /usr/local/bin/ \
|
||||
&& cd .. \
|
||||
&& rm -rf phantomjs \
|
||||
|
Loading…
Reference in New Issue
Block a user