aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-03-06 16:16:57 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-03-27 11:14:21 -0700
commita803c0340a54a97ed4b20cdd968f09b2b376b484 (patch)
tree76e9d91647ce0ca795c17e64681c9e8249602835 /tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile
parent8327acd9a23d80e979eb890b71a53966c3509a6d (diff)
Remove source code and the grpc_c.so file that was built as a local binary from the ruby
binary packages
Diffstat (limited to 'tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile')
-rw-r--r--tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile b/tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile
index b90340119b..e1177fd99a 100644
--- a/tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile
+++ b/tools/dockerfile/distribtest/ruby_fedora21_x64/Dockerfile
@@ -19,6 +19,6 @@ FROM fedora:21
# https://github.com/docker/docker/issues/10180
RUN yum install -y yum-plugin-ovl
-RUN yum clean all && yum update -y && yum install -y ruby
+RUN yum clean all && yum update -y && yum install -y ruby findutils
RUN gem install bundler