mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Correct addition of rust-src component in Dockerfiles
This commit is contained in:
@@ -22,7 +22,8 @@ RUN apt install -y pkg-config clang
|
||||
# Dependencies for the Serai node
|
||||
RUN apt install -y make protobuf-compiler
|
||||
|
||||
# Add the wasm toolchain
|
||||
# Add the std src and wasm toolchain
|
||||
RUN rustup component add rust-src
|
||||
RUN rustup target add wasm32-unknown-unknown
|
||||
|
||||
# Add files for build
|
||||
|
||||
Reference in New Issue
Block a user