New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
Showing only changes of commit 3861cd471d - Show all commits
+2 -2
View File
@@ -42,7 +42,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer
# WASM toolchain # WASM toolchain
RUN curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh RUN . '/home/user/.cargo/env' && curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
RUN cargo install cargo-generate RUN . '/home/user/.cargo/env' && cargo install cargo-generate
VOLUME /home/user VOLUME /home/user