Fix create directory
This commit is contained in:
parent
1e9ca5c4e3
commit
39bb40f189
|
@ -39,7 +39,8 @@ RUN ssh-keyscan github.com > /root/.ssh/known_hosts
|
|||
|
||||
|
||||
|
||||
RUN mkdir -p /usr/src/riscv64 \
|
||||
RUN rm -fr /usr/src/riscv64 \
|
||||
&& mkdir -p /usr/src/riscv64 \
|
||||
&& cd /usr/src/riscv64 \
|
||||
&& git config --global http.sslVerify false \
|
||||
&& git clone https://github.com/mariusmm/RISC-V-TLM.git \
|
||||
|
|
Loading…
Reference in New Issue