summaryrefslogtreecommitdiff
path: root/attic/linux-build-farm/centos-6/x86/Dockerfile
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-12-23 14:33:04 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-12-23 14:33:04 -0800
commit6b5d6efe6c9d597c49b3fe57d6c40342b226556f (patch)
treef1da6bc254fd73fa8a444a0056fd6279306064a4 /attic/linux-build-farm/centos-6/x86/Dockerfile
parent5bff70194b8c6928e0c828139652fd881dcf3afb (diff)
downloadinfinitytier-6b5d6efe6c9d597c49b3fe57d6c40342b226556f.tar.gz
infinitytier-6b5d6efe6c9d597c49b3fe57d6c40342b226556f.zip
Retire old build farm (something new is coming) and update makefile for linux to not auto-build doc.
Diffstat (limited to 'attic/linux-build-farm/centos-6/x86/Dockerfile')
-rw-r--r--attic/linux-build-farm/centos-6/x86/Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/attic/linux-build-farm/centos-6/x86/Dockerfile b/attic/linux-build-farm/centos-6/x86/Dockerfile
new file mode 100644
index 00000000..8192d139
--- /dev/null
+++ b/attic/linux-build-farm/centos-6/x86/Dockerfile
@@ -0,0 +1,13 @@
+FROM toopher/centos-i386:centos6
+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 clang gcc-c++ tar
+
+RUN yum install -y nodejs npm
+
+# Stop use of http-parser-devel which is installed by nodejs/npm
+RUN rm -f /usr/include/http_parser.h
+
+ADD zt1-src.tar.gz /