mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
10 lines
291 B
Docker
10 lines
291 B
Docker
# cunnie/fedora-ruby-bind-utils
|
|
FROM fedora
|
|
|
|
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 iproute iputils net-tools ruby rubygems tcpdump which whois; \
|
|
gem install rspec
|