Include rust-src, remove simple-mermaid from tree

This commit is contained in:
Luke Parker
2023-12-15 14:44:16 -05:00
parent ec0d38a90d
commit d62f311b93
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ RUN rm -rf /etc/apt/sources.list.d/debian.sources && \
# Install dependencies
RUN apt install clang -y
# 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