fixed error

This commit is contained in:
Màrius Montón 2022-09-19 15:02:13 +02:00
parent c2a1014f44
commit a1252e2318
No known key found for this signature in database
GPG Key ID: FA199E7A752699F0
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ RUN mkdir -p /usr/src/riscv64 \
&& make install \ && make install \
&& cd / && cd /
RUN rm -r /root/.ssh #RUN rm -r /root/.ssh
RUN mkdir -p /root/.ssh RUN mkdir -fp /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"