mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-14 15:01:57 +00:00
10 lines
245 B
Docker
10 lines
245 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 clang gcc-c++ tar
|
|
RUN yum install -y nodejs npm
|
|
|
|
ADD zt1-src.tar.gz /
|