Browse Source

Add missing bind-tools package

The bind_tools package is required for dns_nsupdate to work
nakermann1973 6 years ago
parent
commit
552710ac2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -4,6 +4,7 @@ RUN apk update -f \
   && apk --no-cache add -f \
   openssl \
   coreutils \
+  bind-tools \
   curl \
   socat \
   && rm -rf /var/cache/apk/*