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