From 49fda6573e3a66b0dbdc8e1ccfbd1c36c56aaea0 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 26 May 2015 21:15:23 +0800 Subject: [PATCH] fix --- phantomjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 967917a..dd7122e 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -6,7 +6,6 @@ FROM ubuntu:14.04 MAINTAINER kev RUN apt-get update \ - && apt-get install -y libfontconfig1 libicu52 libjpeg8 \ && 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 \ @@ -21,6 +20,7 @@ RUN apt-get update \ libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \ libpng-dev libjpeg-dev python \ && apt-get autoremove -y \ + && apt-get install -y libfontconfig1 libicu52 libjpeg8 \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/*