diff --git a/containers/base/Containerfile b/containers/base/Containerfile index f179d65..98353b1 100644 --- a/containers/base/Containerfile +++ b/containers/base/Containerfile @@ -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 # WASM toolchain -RUN curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh -RUN cargo install cargo-generate +RUN . '/home/user/.cargo/env' && curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh +RUN . '/home/user/.cargo/env' && cargo install cargo-generate VOLUME /home/user