diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index a40a67c..7037f67 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -8,9 +8,8 @@ MAINTAINER kev 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 - -RUN git clone git://github.com/ariya/phantomjs.git \ + libpng-dev libjpeg-dev python \ + && git clone git://github.com/ariya/phantomjs.git \ && cd phantomjs \ && git checkout 2.0 \ && ./build.sh