fix/add-wasm32-target-dockerfiles

This commit is contained in:
spital
2022-11-25 15:11:00 +01:00
committed by parazyd
parent c93040df33
commit 03de5f785d
3 changed files with 37 additions and 17 deletions

View File

@@ -20,6 +20,8 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain "${RUST_V
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup target add wasm32-unknown-unknown
RUN cargo search whatever # creates .cargo cache
# 2. stage