[ARVADOS] updated: 1.2.0-257-g732327f83

Git user git at public.curoverse.com
Thu Oct 25 15:57:23 EDT 2018


Summary of changes:
 tools/arvbox/lib/arvbox/docker/Dockerfile.base | 4 ++++
 1 file changed, 4 insertions(+)

       via  732327f837bd01864d6a56d1a29b3f459b547f9f (commit)
      from  62f6c1f0be5ebd4911ca0891e2b68db4c1e07a9a (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 732327f837bd01864d6a56d1a29b3f459b547f9f
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu Oct 25 15:56:43 2018 -0400

    14407: Add geckodriver to arvbox image.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/tools/arvbox/lib/arvbox/docker/Dockerfile.base b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
index 374692689..b7b53591d 100644
--- a/tools/arvbox/lib/arvbox/docker/Dockerfile.base
+++ b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
@@ -71,6 +71,10 @@ RUN set -e && \
  curl -L -f ${PJSURL} | tar -C /usr/local -xjf - && \
  ln -s ../phantomjs-${PJSVERSION}-linux-x86_64/bin/phantomjs /usr/local/bin
 
+ENV GDVERSION=v0.23.0
+ENV GDURL=https://github.com/mozilla/geckodriver/releases/download/$GDVERSION/geckodriver-$GDVERSION-linux64.tar.gz
+RUN set -e && curl -L -f ${GDURL} | tar -C /usr/local/bin -xzf - geckodriver
+
 RUN pip install -U setuptools
 
 ENV NODEVERSION v6.11.4

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list