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-26 08:18:04 +08:00
parent 2e83ccd305
commit 5e1c75fcef

View File

@ -9,6 +9,7 @@ RUN apt-get update \
&& apt-get install -y git build-essential g++ flex bison gperf ruby perl \
libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \
libpng-dev libjpeg-dev python \
&& apt-get install -y libfontconfig1 libjpeg8 libicu52 \
&& git clone git://github.com/ariya/phantomjs.git \
&& cd phantomjs \
&& git checkout 2.0 \