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 \