Docker container has rspec

- switching to rspec to run tests -- good practice
This commit is contained in:
Brian Cunnie
2016-09-04 10:58:53 -07:00
parent ae765ae476
commit 99efc514a8

View File

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