Dockerfile needs ping...

...so that I can troubleshoot my cluster
This commit is contained in:
Brian Cunnie
2021-02-22 20:47:01 -08:00
parent e9eea2334c
commit 56248bc87a

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 ruby rubygems which whois; \
dnf install -y bind-utils iputils ruby rubygems which whois; \
gem install rspec