mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-30 22:05:34 +00:00
Add missing bind-tools package
The bind_tools package is required for dns_nsupdate to work
This commit is contained in:
@@ -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/*
|
||||||
|
Reference in New Issue
Block a user