14 lines
368 B
Docker
Raw Normal View History

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
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
ADD zt1-src.tar.gz /