mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
Clear the hosts file before use.
This commit is contained in:
parent
d13aa57813
commit
55957604fb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue