Add missing bind-tools package
The bind_tools package is required for dns_nsupdate to workpull/1921/head
parent
4f59a821d3
commit
552710ac2a
|
@ -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/*
|
||||||
|
|
Loading…
Reference in New Issue