initial commit
This commit is contained in:
6
rust.Containerfile
Normal file
6
rust.Containerfile
Normal 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
|
||||
Reference in New Issue
Block a user