acme.sh: add bind.dnsutils to PATH
This is required for nsupdate
This commit is contained in:
parent
3da7656ad9
commit
1d34740e0a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||
socat
|
||||
openssl
|
||||
curl
|
||||
bind.dnsutils
|
||||
(if stdenv.isLinux then iproute else unixtools.netstat)
|
||||
]
|
||||
}"
|
||||
|
|
Loading…
Reference in a new issue