5 lines
106 B
Docker
5 lines
106 B
Docker
|
FROM docker.io/xena/dotfiles
|
||
|
|
||
|
ENV SHELL /bin/bash
|
||
|
RUN curl -s https://static.rust-lang.org/rustup.sh | sh
|