From bb192a74ab630d3eae6a30b05033ddf2bed5034f Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Wed, 20 Dec 2017 12:20:09 -0800 Subject: [PATCH] Add bind-tools to get full `nslookup`, not just busybox `nslookup`. Signed-off-by: Dan Schaper --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 03331a6..d299338 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM alpine:3.6 RUN apk --no-cache --virtual .run-depends add \ bash \ + bind-tools \ curl \ openssl