FROM flynn/cedarish
# install phantomjs from source (http://phantomjs.org/build.html)
RUN apt-get install -y wget unzip python build-essential g++ flex bison gperf ruby perl libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev libpng-dev libjpeg-dev
RUN git clone git://github.com/ariya/phantomjs.git && cd phantomjs && git checkout 2.0 && ./build.sh --confirm && ln -sf `pwd`/bin/phantomjs /bin/phantomjs
# install casperjs
RUN git clone git://github.com/n1k0/casperjs.git && cd casperjs && git checkout 05ac9c5999f9b9c8cf387ef717c29cfbb3e91845 && ln -sf `pwd`/bin/casperjs /bin/casperjs
Content type
Image
Digest
sha256:ac4607f54…
Size
754.1 MB
Last updated
almost 11 years ago
docker pull flynntest/phantomjs-casperjs