initial commit

This commit is contained in:
maurice
2025-10-25 14:30:39 +02:00
commit e99337652d
13 changed files with 205 additions and 0 deletions

6
rust.Containerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM localhost/devc-base
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