aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-01-29 13:26:58 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-01-29 13:26:58 -0800
commit8331591d92a0f42159b92a21a26e866f05edc71c (patch)
treed7aa3e2eb9070da41b051f41c6bcc710a5b7836a /tools/dockerfile
parent397fda0b0c1133d4f91296fa2cd7cfe743f569da (diff)
Removes an unnecessary addition to the bash src file
Diffstat (limited to 'tools/dockerfile')
-rw-r--r--tools/dockerfile/grpc_ruby_base/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_ruby_base/Dockerfile b/tools/dockerfile/grpc_ruby_base/Dockerfile
index b2af9d7160..ec4544d2fd 100644
--- a/tools/dockerfile/grpc_ruby_base/Dockerfile
+++ b/tools/dockerfile/grpc_ruby_base/Dockerfile
@@ -39,7 +39,6 @@ RUN /bin/bash -l -c "curl -L get.rvm.io | bash -s stable"
RUN /bin/bash -l -c "rvm install ruby-2.1"
RUN /bin/bash -l -c "rvm use --default ruby-2.1"
RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
-RUN /bin/bash -l -c "echo 'source /home/grpc_ruby/.rvm/scripts/rvm' >> ~/.bashrc"
RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.1' >> ~/.bashrc"
RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"