Update Dockerfile
This commit is contained in:
parent
a1252e2318
commit
bdd2f14479
|
@ -28,7 +28,7 @@ RUN mkdir -p /usr/src/riscv64 \
|
||||||
&& cd /
|
&& cd /
|
||||||
|
|
||||||
#RUN rm -r /root/.ssh
|
#RUN rm -r /root/.ssh
|
||||||
RUN mkdir -fp /root/.ssh
|
RUN mkdir -p /root/.ssh
|
||||||
RUN ssh-keyscan github.com > /root/.ssh/known_hosts
|
RUN ssh-keyscan github.com > /root/.ssh/known_hosts
|
||||||
RUN git config --global http.sslBackend "openssl"
|
RUN git config --global http.sslBackend "openssl"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue