5 lines
83 B
Docker
5 lines
83 B
Docker
|
FROM fedora:21
|
||
|
|
||
|
RUN yum -y groupinstall "Development Tools"
|
||
|
RUN yum -y install tar
|