Files
devcontainer/containers/rust/Containerfile
maurice 778ee0a2a6 Tweaks
2025-10-28 09:16:51 +01:00

4 lines
188 B
Docker

FROM git.plabble.org/maurice/devc-base:main
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer