Update Dockerfile

This commit is contained in:
Màrius Montón 2022-09-19 22:24:16 +02:00 committed by GitHub
parent a1252e2318
commit bdd2f14479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN mkdir -p /usr/src/riscv64 \
&& cd /
#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 git config --global http.sslBackend "openssl"