Add missing bind-tools package

The bind_tools package is required for dns_nsupdate to work
This commit is contained in:
nakermann1973 2018-11-13 10:15:38 +01:00 committed by GitHub
parent 4f59a821d3
commit 552710ac2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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