[ARVADOS-DEV] updated: 3932ff785ee96479493d07c9949ed9562242a5f2

git at public.curoverse.com git at public.curoverse.com
Mon Jan 4 15:59:51 EST 2016


Summary of changes:
 arvbox/docker/Dockerfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

       via  3932ff785ee96479493d07c9949ed9562242a5f2 (commit)
      from  80da6be45102cbd2a312dff4f5203964ef0f55b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3932ff785ee96479493d07c9949ed9562242a5f2
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jan 4 15:59:49 2016 -0500

    8080: Install xvfb, iceweasel & phantomjs to be able to run workbench tests.

diff --git a/arvbox/docker/Dockerfile b/arvbox/docker/Dockerfile
index 85acd0f..a9c3321 100644
--- a/arvbox/docker/Dockerfile
+++ b/arvbox/docker/Dockerfile
@@ -10,10 +10,16 @@ RUN apt-get update && \
     pkg-config libattr1-dev python-llfuse python-pycurl \
     libwww-perl libio-socket-ssl-perl libcrypt-ssleay-perl \
     libjson-perl python-virtualenv python3-virtualenv nginx \
-    gitolite3 lsof
+    gitolite3 lsof python-epydoc linkchecker xvfb iceweasel graphviz
 
 RUN curl -sSL https://get.docker.com/ | sh
 
+RUN set -e && \
+ PJS=phantomjs-1.9.7-linux-x86_64 && \
+ curl -L -o/tmp/$PJS.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/$PJS.tar.bz2 && \
+ tar -C /usr/local -xjf /tmp/$PJS.tar.bz2 && \
+ ln -s ../$PJS/bin/phantomjs /usr/local/bin/
+
 ADD runit-docker /root/runit-docker
 
 RUN cd /root/runit-docker && \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list