summaryrefslogtreecommitdiff
path: root/linux-build-farm/centos-6/x64/Dockerfile
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-25 14:04:08 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-25 14:04:08 -0700
commitaf0a2055946dedb32d66311cd6518522d9acae03 (patch)
treead7a8f96e85d5074f0e18ebe8ebf2d7aef66b3f6 /linux-build-farm/centos-6/x64/Dockerfile
parent06e2e8119e9167ea85bd9fd5c023fa48db1b8c12 (diff)
downloadinfinitytier-af0a2055946dedb32d66311cd6518522d9acae03.tar.gz
infinitytier-af0a2055946dedb32d66311cd6518522d9acae03.zip
Build and spec file updates for CentOS6
Diffstat (limited to 'linux-build-farm/centos-6/x64/Dockerfile')
-rw-r--r--linux-build-farm/centos-6/x64/Dockerfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-build-farm/centos-6/x64/Dockerfile b/linux-build-farm/centos-6/x64/Dockerfile
new file mode 100644
index 00000000..10a2bf16
--- /dev/null
+++ b/linux-build-farm/centos-6/x64/Dockerfile
@@ -0,0 +1,11 @@
+FROM centos:6
+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