Files
nip/ci/ruby-bind-utils/Dockerfile
Brian Cunnie 99efc514a8 Docker container has rspec
- switching to rspec to run tests -- good practice
2016-09-04 10:58:53 -07:00

9 lines
225 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 ruby rubygems which whois; \
gem install rspec