From d3d5b422355a13c684bdd354500114b9a6895897 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 25 May 2015 19:34:29 +0800 Subject: [PATCH] update --- phantomjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 4970c8e..c0d5689 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -8,7 +8,7 @@ MAINTAINER kev 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 + libpng-dev libjpeg-dev python RUN git clone git://github.com/ariya/phantomjs.git \ && cd phantomjs \