diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index 4970c8e..c0d5689 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -8,7 +8,7 @@ MAINTAINER kev RUN apt-get update \ && apt-get install git build-essential g++ flex bison gperf ruby perl \ libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \ - libpng-dev libjpeg-dev python ttf-mscorefonts-installer + libpng-dev libjpeg-dev python RUN git clone git://github.com/ariya/phantomjs.git \ && cd phantomjs \