You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
381 B
13 lines
381 B
#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 /
|
|
|