Update deny, rust-src component

This commit is contained in:
Luke Parker
2025-02-04 08:12:02 -05:00
parent af56304676
commit 2f8ce15a92
3 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ RUN rm -rf /etc/apt/sources.list.d/debian.sources && \
RUN apt update -y && apt upgrade -y && apt install -y clang
# Add the wasm toolchain
RUN rustup component add rust-src
RUN rustup target add wasm32v1-none
FROM deterministic

View File

@@ -163,6 +163,7 @@ RUN apt install -y pkg-config clang
RUN apt install -y make protobuf-compiler
# Add the wasm toolchain
RUN rustup component add rust-src
RUN rustup target add wasm32v1-none
{prelude}