diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index f79b352..f4c3820 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -12,4 +12,4 @@ RUN apt-get update \ && git clone git://github.com/ariya/phantomjs.git \ && cd phantomjs \ && git checkout 2.0 \ - && ./build.sh <<< y + && echo y | ./build.sh