From 6420aced207bce2f0b365cd57624009fc50d0321 Mon Sep 17 00:00:00 2001 From: TechnicLab <9599005+TechnicLab@users.noreply.github.com> Date: Wed, 29 Aug 2018 14:18:30 +0300 Subject: [PATCH] Added nsupdate Added nsupdate command to docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5a64c720..84fc658f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apk update -f \ coreutils \ curl \ socat \ + bind-tools \ && rm -rf /var/cache/apk/* ENV LE_CONFIG_HOME /acme.sh