GHP publish
This commit is contained in:
8
tsig/Dockerfile
Normal file
8
tsig/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM centos:7
|
||||
|
||||
RUN yum install -y epel-release \
|
||||
&& yum install -y knot bind \
|
||||
&& yum clean all && rm -rf /var/cache/yum
|
||||
|
||||
COPY tsig-key.sh /tsig-key.sh
|
||||
|
Reference in New Issue
Block a user