forked from toolshed/coopcloud.tech
Trying to disable git host key checking
This commit is contained in:
parent
0c15c0b647
commit
91973289ae
@ -6,6 +6,10 @@ EXPOSE 8000
|
||||
|
||||
COPY . /src/
|
||||
|
||||
RUN mkdir -p ~/.ssh
|
||||
|
||||
RUN echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
|
||||
RUN git submodule update --init --recursive
|
||||
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
Loading…
Reference in New Issue
Block a user