diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 15:46:54 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 15:46:54 -0700 |
commit | d58dcf29cc4f580887e7bcadb354d5b71e826ee6 (patch) | |
tree | 8e095d6629c8498b56f89916d69cabb8abcdb450 /linux-build-farm/centos-7/x64/Dockerfile | |
parent | 809457599afb2fcc6692ce4f4719b6fe172a3f9b (diff) | |
download | infinitytier-d58dcf29cc4f580887e7bcadb354d5b71e826ee6.tar.gz infinitytier-d58dcf29cc4f580887e7bcadb354d5b71e826ee6.zip |
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.
Diffstat (limited to 'linux-build-farm/centos-7/x64/Dockerfile')
-rw-r--r-- | linux-build-farm/centos-7/x64/Dockerfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux-build-farm/centos-7/x64/Dockerfile b/linux-build-farm/centos-7/x64/Dockerfile index a8e7335a..10b58402 100644 --- a/linux-build-farm/centos-7/x64/Dockerfile +++ b/linux-build-farm/centos-7/x64/Dockerfile @@ -3,11 +3,8 @@ 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 make development-tools rpmdevtools clang gcc-c++ ruby ruby-devel -RUN yum install -y clang gcc-c++ - -RUN yum install -y ruby ruby-devel RUN gem install ronn ADD zt1-src.tar.gz / |