Use HTTPS for submodule git clones

This commit is contained in:
decentral1se
2021-03-30 21:58:12 +02:00
parent 91973289ae
commit 57183c55ff
2 changed files with 1 additions and 5 deletions

View File

@ -6,10 +6,6 @@ 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"]