mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 11:51:43 +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 \
|
||||
openssl \
|
||||
coreutils \
|
||||
bind-tools \
|
||||
curl \
|
||||
socat \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
Loading…
Reference in New Issue
Block a user