From 5e1c75fcef1a7fe6f2f72702e5367256ed25ea0e Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 26 May 2015 08:18:04 +0800 Subject: [PATCH] fix --- phantomjs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 5714d51..dfc6cee 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -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 \