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.
10 lines
339 B
10 lines
339 B
FROM debian:wheezy |
|
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com> |
|
|
|
RUN apt-get update |
|
RUN apt-get install -y build-essential debhelper ruby-ronn g++ make devscripts |
|
|
|
ADD zt1-src.tar.gz / |
|
|
|
RUN mv -f /ZeroTierOne/debian/control.wheezy /ZeroTierOne/debian/control |
|
RUN mv -f /ZeroTierOne/debian/rules.wheezy /ZeroTierOne/debian/rules
|
|
|