diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 9e454c4..967917a 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -6,10 +6,10 @@ 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 \ - && apt-get install -y libfontconfig1 libicu52 libjpeg8 \ && git clone git://github.com/ariya/phantomjs.git \ && cd phantomjs \ && git checkout 2.0 \