Files
devcontainer/containers/rust/Containerfile
maurice 8a47711c61 Fix
2025-10-28 09:17:25 +01:00

4 lines
185 B
Docker

FROM git.plabble.org/maurice/fedora: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