mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-23 12:08:49 +02:00
fix
This commit is contained in:
parent
1a19ca4548
commit
8f48d7c443
@ -11,7 +11,6 @@ RUN apt-get update \
|
|||||||
libpng-dev libjpeg-dev python \
|
libpng-dev libjpeg-dev python \
|
||||||
&& git clone git://github.com/ariya/phantomjs.git \
|
&& git clone git://github.com/ariya/phantomjs.git \
|
||||||
&& cd phantomjs \
|
&& cd phantomjs \
|
||||||
&& git checkout 2.0 \
|
|
||||||
&& echo y | ./build.sh 2>/dev/null 1>&2 \
|
&& echo y | ./build.sh 2>/dev/null 1>&2 \
|
||||||
&& install -v -s -m 755 bin/phantomjs /usr/local/bin/ \
|
&& install -v -s -m 755 bin/phantomjs /usr/local/bin/ \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user