8 lines
102 B
Docker
8 lines
102 B
Docker
FROM archlinux:latest
|
|
|
|
RUN pacman -Suyy\
|
|
rustup
|
|
RUN rustup toolchain install stabile
|
|
|
|
CMD [ "bash" ]
|