Skip to content

Commit

Permalink
Add missing bind-tools package
Browse files Browse the repository at this point in the history
The bind_tools package is required for dns_nsupdate to work
  • Loading branch information
nakermann1973 committed Nov 13, 2018
1 parent 4f59a82 commit 552710a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -4,6 +4,7 @@ RUN apk update -f \
&& apk --no-cache add -f \
openssl \
coreutils \
bind-tools \
curl \
socat \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 552710a

Please sign in to comment.