This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/linux-build-farm/centos-6/x64/Dockerfile
Adam Ierymenko 2d19fb7f8c More RPM fixes.
2016-06-27 15:08:51 -07:00

14 lines
347 B
Docker

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 http-parser-devel lz4-devel libnatpmp-devel
RUN yum install -y clang
RUN yum install -y gcc-c++
RUN yum install -y tar
RUN yum install -y nodejs npm
ADD zt1-src.tar.gz /