[ARVADOS-WORKBENCH2] updated: 1.1.4-5-g7def2ec

Git user git at public.curoverse.com
Tue Jun 12 12:18:04 EDT 2018


Summary of changes:
 Dockerfile | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 Dockerfile

       via  7def2ec835ed1aaf0cb02fa19a787db14b0d2354 (commit)
      from  a0993aee4d868f8e22f0219ecd360650caa4215e (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 7def2ec835ed1aaf0cb02fa19a787db14b0d2354
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Jun 12 13:17:58 2018 -0300

    13544: add Dockerfile to build workbench2 docker image
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..8f33282
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,10 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+FROM node:latest
+MAINTAINER Ward Vandewege <ward at curoverse.com>
+RUN apt-get update
+RUN apt-get -q -y install libsecret-1-0 libsecret-1-dev rpm
+RUN apt-get install -q -y ruby ruby-dev rubygems build-essential
+RUN gem install --no-ri --no-rdoc fpm

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list