summaryrefslogtreecommitdiff
path: root/linux-build-farm/centos-7/x64/Dockerfile
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-27 15:46:54 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-27 15:46:54 -0700
commitd58dcf29cc4f580887e7bcadb354d5b71e826ee6 (patch)
tree8e095d6629c8498b56f89916d69cabb8abcdb450 /linux-build-farm/centos-7/x64/Dockerfile
parent809457599afb2fcc6692ce4f4719b6fe172a3f9b (diff)
downloadinfinitytier-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/Dockerfile5
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 /