More build fixes.

This commit is contained in:
Adam Ierymenko 2016-06-27 14:21:54 -07:00
commit 147f735333
5 changed files with 42 additions and 8 deletions

View file

@ -0,0 +1,10 @@
FROM centos:7
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
RUN yum update -y
RUN yum install -y epel-release
RUN yum install -y make development-tools rpmdevtools http-parser-devel lz4-devel libnatpmp-devel
RUN yum install -y clang gcc-c++
ADD zt1-src.tar.gz /