mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
9 lines
259 B
Docker
9 lines
259 B
Docker
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
|