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-7/x64/Dockerfile

11 lines
275 B
Docker
Raw Normal View History

2016-06-27 14:21:54 -07:00
FROM centos:7
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 gcc-c++
ADD zt1-src.tar.gz /