add fedora dockerfiles
This commit is contained in:
parent
f9fa87fe3e
commit
41d721470a
|
@ -0,0 +1,4 @@
|
|||
FROM fedora:21
|
||||
|
||||
RUN yum -y groupinstall "Development Tools"
|
||||
RUN yum -y install tar
|
|
@ -0,0 +1,3 @@
|
|||
FROM xena/fedora
|
||||
|
||||
RUN curl -s https://static.rust-lang.org/rustup.sh | sh
|
Loading…
Reference in New Issue