Build and spec file updates for CentOS6

This commit is contained in:
Adam Ierymenko 2016-06-25 14:04:08 -07:00
commit af0a205594
6 changed files with 240 additions and 6 deletions

View file

@ -0,0 +1,11 @@
FROM toopher/centos-i386:centos6
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
RUN yum update -y
RUN yum install -y epel-release
RUN yum install -y clang make development-tools rpmdevtools http-parser-devel lz4-devel libnatpmp-devel
ADD zt1-src.tar.gz /
#RUN ln -sf /usr/bin/clang++-3.5 /usr/bin/clang++
#RUN ln -sf /usr/bin/clang-3.5 /usr/bin/clang

Binary file not shown.