mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-26 22:30:22 +00:00
11 lines
265 B
Docker
11 lines
265 B
Docker
FROM toopher/centos-i386:centos6
|
|
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 /
|