ZeroTierOne/linux-build-farm/centos-6/x64/Dockerfile

14 lines
349 B
Docker
Raw Normal View History

FROM centos:6
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
2016-06-27 23:12:17 +00:00
2016-06-27 22:08:51 +00:00
RUN yum install -y nodejs npm
2016-06-27 23:12:17 +00:00
# Stop use of http-parser-devel which is installed by nodejs/npm
RUN rm -f /usr/include/http_parser.h
2016-06-25 23:27:28 +00:00
ADD zt1-src.tar.gz /