For now go back to bundling http-parser etc. in our official RPM builds since this introduces an EPEL dependency for CentOS which would only make sense if we are actually in EPEL. Probably will eventually have two spec files: one for official and one for our own.

This commit is contained in:
Adam Ierymenko 2016-06-27 15:46:54 -07:00
commit d58dcf29cc
5 changed files with 17 additions and 23 deletions

View file

@ -3,11 +3,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
RUN yum install -y gcc-c++
RUN yum install -y tar
RUN yum install -y make development-tools rpmdevtools clang gcc-c++ tar
RUN yum install -y nodejs npm
ADD zt1-src.tar.gz /