[ARVADOS] updated: c26e7fdbccc106aafb30603ff71ffc529ecf78c0
git at public.curoverse.com
git at public.curoverse.com
Wed Mar 12 18:17:00 EDT 2014
Summary of changes:
docker/base/Dockerfile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
via c26e7fdbccc106aafb30603ff71ffc529ecf78c0 (commit)
from 189fee6586b290a78cdc1b3a3b9845efe0cf7499 (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 c26e7fdbccc106aafb30603ff71ffc529ecf78c0
Author: Tim Pierce <twp at curoverse.com>
Date: Wed Mar 12 18:17:42 2014 -0400
Fix RVM install bug (rvm-installer --ruby doesn't work in Docker?) refs #2221
diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile
index e20fd00..d8fa208 100644
--- a/docker/base/Dockerfile
+++ b/docker/base/Dockerfile
@@ -17,7 +17,8 @@ RUN apt-get update && \
/bin/mkdir -p /root/.ssh && \
/bin/sed -ri 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
/usr/sbin/locale-gen && \
- curl -L https://get.rvm.io | bash -s stable --ruby=2.1.0 && \
+ curl -L https://get.rvm.io | bash -s stable && \
+ /usr/local/rvm/bin/rvm install 2.1.0 && \
/bin/mkdir -p /usr/src/arvados
ADD generated/arvados.tar.gz /usr/src/arvados/
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list