Skip to content

Commit

Permalink
fixup build_env_pre
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed Aug 8, 2024
1 parent af98bb2 commit adbfa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Dockerfile.build_env_pre
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN mkdir -p /tools

# Install Rust compiler
RUN curl https://sh.rustup.rs -sSf | sh
RUN curl https://sh.rustup.rs -sSfy | sh

RUN curl -LOs https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz && \
tar xf riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz -C /tools && \
Expand Down

0 comments on commit adbfa98

Please sign in to comment.