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