aboutsummaryrefslogtreecommitdiff
path: root/bind/Dockerfile
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-12-05 21:35:29 +0000
committerMike Crute <mike@crute.us>2019-12-05 21:35:29 +0000
commitd81483473776ae60fe9ea845f1a1d64c53ba2544 (patch)
tree30833aea324e098a3788213eda96d72b3566a43d /bind/Dockerfile
parent74e02d7322fab75ed392eece2b6b68ee059b326a (diff)
downloaddockerfiles-d81483473776ae60fe9ea845f1a1d64c53ba2544.tar.bz2
dockerfiles-d81483473776ae60fe9ea845f1a1d64c53ba2544.tar.xz
dockerfiles-d81483473776ae60fe9ea845f1a1d64c53ba2544.zip
Include bind tools
Diffstat (limited to 'bind/Dockerfile')
-rw-r--r--bind/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/Dockerfile b/bind/Dockerfile
index c2b6a31..864a64e 100644
--- a/bind/Dockerfile
+++ b/bind/Dockerfile
@@ -2,6 +2,6 @@ FROM alpine:edge
2LABEL maintainer="Mike Crute <mike@crute.us>" 2LABEL maintainer="Mike Crute <mike@crute.us>"
3 3
4RUN \ 4RUN \
5 apk add --no-cache bind 5 apk add --no-cache bind bind-tools
6 6
7CMD [ "/usr/sbin/named", "-u", "named", "-g" ] 7CMD [ "/usr/sbin/named", "-u", "named", "-g" ]