mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-29 07:33:50 +00:00
11 lines
275 B
Docker
11 lines
275 B
Docker
|
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 /
|