mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
upgrade phantomjs to 2.1
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user