From 4ed10c44085d0a0dfcc8f5cd2c94a218c3db75f1 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Mon, 22 Feb 2021 21:56:25 -0800 Subject: [PATCH] Dockerfile needs ip, ifconfig, tcpdump... ...to troubleshoot k8s even more. --- 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 638fb5a..7cf1371 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 iputils ruby rubygems which whois; \ + dnf install -y bind-utils iproute iputils net-tools ruby rubygems tcpdump which whois; \ gem install rspec