mirror of
https://github.com/NAStools/zerotierone.git
synced 2024-11-12 08:30:43 -08:00
14 lines
381 B
Docker
14 lines
381 B
Docker
#FROM ambakshi/amazon-linux:2016.03
|
|
#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
|
|
|
|
#RUN gem install ronn
|
|
|
|
FROM zerotier/zt1-build-amazon-2016.03-x64-base
|
|
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|
|
|
ADD zt1-src.tar.gz /
|