summaryrefslogtreecommitdiff
path: root/linux-build-farm/centos-6/x86/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'linux-build-farm/centos-6/x86/Dockerfile')
-rw-r--r--linux-build-farm/centos-6/x86/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/linux-build-farm/centos-6/x86/Dockerfile b/linux-build-farm/centos-6/x86/Dockerfile
deleted file mode 100644
index 8192d139..00000000
--- a/linux-build-farm/centos-6/x86/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-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 /