disable strict host key checking
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
170a26f4ef
commit
b4924c407e
@ -7,6 +7,8 @@ RUN apt-get update && apt-get -y install rsync
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install Lektor
|
||||
|
||||
COPY ssh_config /root/.ssh/config
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
ENTRYPOINT [ "lektor" ]
|
||||
|
2
ssh_config
Normal file
2
ssh_config
Normal file
@ -0,0 +1,2 @@
|
||||
Host *
|
||||
StrictHostKeyChecking no
|
Loading…
Reference in New Issue
Block a user