1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-15 11:47:09 +02:00
This commit is contained in:
kev 2015-05-26 08:18:57 +08:00
parent 5e1c75fcef
commit cbf7bfc2bc

View File

@ -9,7 +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 \
&& apt-get install -y libfontconfig1 libicu52 libjpeg8 \
&& git clone git://github.com/ariya/phantomjs.git \
&& cd phantomjs \
&& git checkout 2.0 \