12 lines
316 B
Docker
Raw Normal View History

FROM centos:6
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
RUN yum update -y
RUN yum install -y epel-release
2016-06-25 16:27:28 -07:00
RUN yum install -y make development-tools rpmdevtools http-parser-devel lz4-devel libnatpmp-devel
2016-06-27 14:21:54 -07:00
RUN yum install -y clang
RUN yum install -y gcc-c++
RUN yum install -y tar
2016-06-25 16:27:28 -07:00
ADD zt1-src.tar.gz /