Fix?
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Has been skipped

This commit is contained in:
maurice
2026-03-12 14:46:47 +01:00
parent 53e0b19ccb
commit 3861cd471d

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