dockerfiles/dev/rust/Dockerfile

5 lines
106 B
Docker
Raw Normal View History

2015-05-10 01:19:31 +00:00
FROM docker.io/xena/dotfiles
ENV SHELL /bin/bash
RUN curl -s https://static.rust-lang.org/rustup.sh | sh