mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue