Files
alpine-devcontainers/rust.Containerfile
maurice 12a532781a
All checks were successful
Build base containers / base-build (push) Successful in 2m15s
Build other containers / other-build (push) Successful in 5m54s
Other containers
2025-10-27 10:11:15 +01:00

6 lines
225 B
Docker

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