Unverified Commit 552710ac authored by nakermann1973's avatar nakermann1973 Committed by GitHub
Browse files

Add missing bind-tools package

The bind_tools package is required for dns_nsupdate to work
parent 4f59a821
...@@ -4,6 +4,7 @@ RUN apk update -f \ ...@@ -4,6 +4,7 @@ RUN apk update -f \
&& apk --no-cache add -f \ && apk --no-cache add -f \
openssl \ openssl \
coreutils \ coreutils \
bind-tools \
curl \ curl \
socat \ socat \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment