inital and rust build image
This commit is contained in:
parent
77b62744ca
commit
c5057dd582
3
build/README.md
Normal file
3
build/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Build images
|
||||||
|
|
||||||
|
Only rust with archlinux for now.
|
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" ]
|
Loading…
Reference in New Issue
Block a user