From 56248bc87a280c90910acfc1bc56a845c9fa3a19 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Mon, 22 Feb 2021 20:47:01 -0800 Subject: [PATCH] Dockerfile needs ping... ...so that I can troubleshoot my cluster --- ci/ruby-bind-utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ruby-bind-utils/Dockerfile b/ci/ruby-bind-utils/Dockerfile index b04e865..638fb5a 100644 --- a/ci/ruby-bind-utils/Dockerfile +++ b/ci/ruby-bind-utils/Dockerfile @@ -4,5 +4,5 @@ MAINTAINER Brian Cunnie # need ruby to run dns-check.rb & bind-utils for dig & nslookup RUN dnf update -y; \ - dnf install -y bind-utils ruby rubygems which whois; \ + dnf install -y bind-utils iputils ruby rubygems which whois; \ gem install rspec