Dockerfile needs ip, ifconfig, tcpdump...

...to troubleshoot k8s even more.
This commit is contained in:
Brian Cunnie
2021-02-22 21:56:25 -08:00
parent 56248bc87a
commit 4ed10c4408

View File

@@ -4,5 +4,5 @@ MAINTAINER Brian Cunnie <brian.cunnie@gmail.com>
# 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