inital and rust build image
This commit is contained in:
7
build/rust/Dockerfile
Normal file
7
build/rust/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM archlinux:latest
|
||||
|
||||
RUN pacman -Suyy\
|
||||
rustup
|
||||
RUN rustup toolchain install stabile
|
||||
|
||||
CMD [ "bash" ]
|
Reference in New Issue
Block a user