forked from Job79/devcontainer
Fix?
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user