aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-04-23 11:46:38 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-04-23 11:46:38 -0700
commitca302f51dac055adb9eebd07f1142c9000893134 (patch)
treee19c65e1a3d46afb140e8a6278fad22199ea7968
parentb6a96ff73407edf274f2ac0ae46c50e30dc148ba (diff)
Updates the ruby docker file to refresh bundler
-rw-r--r--tools/dockerfile/grpc_ruby/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_ruby/Dockerfile b/tools/dockerfile/grpc_ruby/Dockerfile
index 89656d1743..485c34e1a8 100644
--- a/tools/dockerfile/grpc_ruby/Dockerfile
+++ b/tools/dockerfile/grpc_ruby/Dockerfile
@@ -42,7 +42,7 @@ RUN make clean -C /var/local/git/grpc
RUN make install_c -j12 -C /var/local/git/grpc
# Build ruby gRPC and run its tests
-RUN /bin/bash -l -c 'cd /var/local/git/grpc/src/ruby && bundle && rake'
+RUN /bin/bash -l -c 'cd /var/local/git/grpc/src/ruby && gem update bundler && bundle && rake'
# Add a cacerts directory containing the Google root pem file, allowing the
# ruby client to access the production test instance