From f37fb6b3e05a8439f2881caaede04f05d6d3ddea Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 21 Mar 2020 20:01:59 +0100 Subject: [PATCH] Dockerfile: install bind-tools, remove bash bind-tools is needed for host recognition by names within network --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4346cb..a55d304 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk -U add ansible bash +RUN apk -U add ansible bind-tools COPY main.sh /