mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Retire old build farm (something new is coming) and update makefile for linux to not auto-build doc.
This commit is contained in:
parent
5bff70194b
commit
6b5d6efe6c
26 changed files with 2 additions and 6 deletions
13
attic/linux-build-farm/centos-6/x86/Dockerfile
Normal file
13
attic/linux-build-farm/centos-6/x86/Dockerfile
Normal file
|
@ -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 /
|
Loading…
Add table
Add a link
Reference in a new issue