1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
This commit is contained in:
kev 2015-05-25 19:42:06 +08:00
parent 3b74f8a4b4
commit 2ef51e6108

View File

@ -8,9 +8,8 @@ MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y git build-essential g++ flex bison gperf ruby perl \ && apt-get install -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 \
&& git clone git://github.com/ariya/phantomjs.git \
RUN git clone git://github.com/ariya/phantomjs.git \
&& cd phantomjs \ && cd phantomjs \
&& git checkout 2.0 \ && git checkout 2.0 \
&& ./build.sh && ./build.sh