mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 05:01:40 +00:00
Add missing bind-tools package
The bind_tools package is required for dns_nsupdate to work
This commit is contained in:
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
Block a user