mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-19 12:02:19 +02:00
fix
This commit is contained in:
parent
3e20e8b12a
commit
a7f6bfbc5e
@ -12,10 +12,7 @@ RUN apt-get update \
|
|||||||
&& git clone git://github.com/ariya/phantomjs.git \
|
&& git clone git://github.com/ariya/phantomjs.git \
|
||||||
&& cd phantomjs \
|
&& cd phantomjs \
|
||||||
&& git checkout 2.0 \
|
&& git checkout 2.0 \
|
||||||
&& echo y | ./build.sh > /dev/null \
|
&& echo y | ./build.sh 2>/dev/null 1>&2 \
|
||||||
&& make install \
|
|
||||||
&& cd .. \
|
|
||||||
&& rm -rf phantomjs \
|
|
||||||
&& apt-get remove -y git build-essential g++ flex bison gperf ruby perl \
|
&& apt-get remove -y git build-essential g++ flex bison gperf ruby perl \
|
||||||
libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \
|
libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \
|
||||||
libpng-dev libjpeg-dev python \
|
libpng-dev libjpeg-dev python \
|
||||||
@ -23,3 +20,4 @@ RUN apt-get update \
|
|||||||
&& apt-get clean -y \
|
&& apt-get clean -y \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
CMD ["/bin/bash"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user