mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 08:06:53 +08:00
Dockerfile needs ip, ifconfig, tcpdump...
...to troubleshoot k8s even more.
This commit is contained in:
@@ -4,5 +4,5 @@ MAINTAINER Brian Cunnie <brian.cunnie@gmail.com>
|
|||||||
|
|
||||||
# need ruby to run dns-check.rb & bind-utils for dig & nslookup
|
# need ruby to run dns-check.rb & bind-utils for dig & nslookup
|
||||||
RUN dnf update -y; \
|
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
|
gem install rspec
|
||||||
|
Reference in New Issue
Block a user