From 55957604fbf55a65de486dd487eae4aca9efe8ba Mon Sep 17 00:00:00 2001 From: John Internet Date: Thu, 2 Jan 2020 16:29:47 +0000 Subject: [PATCH] Clear the hosts file before use. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 59dcffc..63fb52d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,3 +12,4 @@ RUN mkdir ~/.ssh COPY agent-start agent-stop agent-add /bin/ COPY hosts-clear hosts-add /bin/ RUN chmod +x /bin/agent-* /bin/hosts-* +RUN hosts-clear