mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-08 00:51:04 +08:00
Dockerfile for image that contains needed programs
- ruby & nslookup & dig
This commit is contained in:
7
ci/ruby-bind-utils/Dockerfile
Normal file
7
ci/ruby-bind-utils/Dockerfile
Normal 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
|
Reference in New Issue
Block a user