diff --git a/dev/fedora/22/rust/Dockerfile b/dev/fedora/22/rust/Dockerfile new file mode 100644 index 0000000..6ca9021 --- /dev/null +++ b/dev/fedora/22/rust/Dockerfile @@ -0,0 +1,3 @@ +FROM xena/dotfiles:f22 + +RUN curl -s https://static.rust-lang.org/rustup.sh | sh