Clear the hosts file before use.

This commit is contained in:
John Internet 2020-01-02 16:29:47 +00:00
parent d13aa57813
commit 55957604fb

View file

@ -12,3 +12,4 @@ RUN mkdir ~/.ssh
COPY agent-start agent-stop agent-add /bin/ COPY agent-start agent-stop agent-add /bin/
COPY hosts-clear hosts-add /bin/ COPY hosts-clear hosts-add /bin/
RUN chmod +x /bin/agent-* /bin/hosts-* RUN chmod +x /bin/agent-* /bin/hosts-*
RUN hosts-clear