Dockerfile for image that contains needed programs

- ruby & nslookup & dig
This commit is contained in:
Brian Cunnie
2016-09-01 07:55:06 -07:00
parent 50ade4d699
commit 22e048d5bc

View File

@@ -0,0 +1,7 @@
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 ruby bind-utils