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/
|
COPY . /src/
|
||||||
|
|
||||||
|
RUN mkdir -p ~/.ssh
|
||||||
|
|
||||||
|
RUN echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||||
|
|
||||||
RUN git submodule update --init --recursive
|
RUN git submodule update --init --recursive
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash"]
|
ENTRYPOINT ["/bin/bash"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user