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
249 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 clang gcc-c++ ruby ruby-devel
2016-06-27 14:21:54 -07:00
2016-06-27 15:21:24 -07:00
RUN gem install ronn
2016-06-27 14:21:54 -07:00
ADD zt1-src.tar.gz /