From 3861cd471d22d3f00e2bfebf1a0361de6efeb50c Mon Sep 17 00:00:00 2001 From: maurice Date: Thu, 12 Mar 2026 14:46:47 +0100 Subject: [PATCH] Fix? --- containers/base/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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