1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-01 22:41:47 +02:00
This commit is contained in:
kev
2015-05-25 19:27:47 +08:00
parent 9fa3dafccd
commit c897d05c9f
3 changed files with 16 additions and 5 deletions

16
phantomjs/Dockerfile Normal file
View File

@@ -0,0 +1,16 @@
#
# Dockerfile for building PhantomJS
#
FROM ubuntu:14.04
MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \
&& apt-get install git build-essential g++ flex bison gperf ruby perl \
libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \
libpng-dev libjpeg-dev python ttf-mscorefonts-installer
RUN git clone git://github.com/ariya/phantomjs.git \
&& cd phantomjs \
&& git checkout 2.0 \
&& ./build.sh