From 3b74f8a4b442c868e26126e03b350af97dec79e5 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 25 May 2015 19:39:33 +0800 Subject: [PATCH] fix --- phantomjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index c0d5689..a40a67c 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:14.04 MAINTAINER kev RUN apt-get update \ - && apt-get install git build-essential g++ flex bison gperf ruby perl \ + && 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