inital and rust build image
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# Dockerfiles
|
# Dockerfiles
|
||||||
|
|
||||||
Build images and other Dockerfiles.
|
Build images and other Dockerfiles.
|
||||||
|
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" ]
|
Reference in New Issue
Block a user