mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update
This commit is contained in:
16
phantomjs/Dockerfile
Normal file
16
phantomjs/Dockerfile
Normal 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
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
FROM ubuntu:14.04
|
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get install -y python curl
|
|
||||||
RUN curl -sSL https://bootstrap.pypa.io/get-pip.py | python
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Internet has been partially blocked in China.
|
|
||||||
Reference in New Issue
Block a user