add fedora dockerfiles

This commit is contained in:
Christine Dodrill 2015-05-01 08:14:06 -07:00
parent f9fa87fe3e
commit 41d721470a
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
FROM fedora:21
RUN yum -y groupinstall "Development Tools"
RUN yum -y install tar

View File

@ -0,0 +1,3 @@
FROM xena/fedora
RUN curl -s https://static.rust-lang.org/rustup.sh | sh