[ARVADOS] updated: 9d476c8e51784747298293864026252852480df0
git at public.curoverse.com
git at public.curoverse.com
Tue Aug 5 13:01:39 EDT 2014
Summary of changes:
docker/jobs/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 9d476c8e51784747298293864026252852480df0 (commit)
from cdb015d76288de70b828ade02928b41ebc0feb7a (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 9d476c8e51784747298293864026252852480df0
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Aug 5 13:01:35 2014 -0400
Use rvm-exec to run gem to install Arvados cli. Also install dtrx.
diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 2cad65c..1b493e3 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Brett Smith <brett at curoverse.com>
# Install dependencies and set up system.
# The FUSE packages help ensure that we can install the Python SDK (arv-mount).
RUN /usr/bin/apt-get install -q -y python-dev python-llfuse python-pip \
- libio-socket-ssl-perl libjson-perl liburi-perl libwww-perl \
+ libio-socket-ssl-perl libjson-perl liburi-perl libwww-perl dtrx \
fuse libattr1-dev libfuse-dev && \
/usr/sbin/adduser --disabled-password \
--gecos 'Crunch execution user' crunch && \
@@ -13,7 +13,7 @@ RUN /usr/bin/apt-get install -q -y python-dev python-llfuse python-pip \
# Install Arvados packages.
RUN (find /usr/src/arvados/sdk -name '*.gem' -print0 | \
- xargs -0rn 1 gem install) && \
+ xargs -0rn 1 /usr/local/rvm/bin/rvm-exec default gem install) && \
cd /usr/src/arvados/services/fuse && \
python setup.py install && \
cd /usr/src/arvados/sdk/python && \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list