mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
debian-stretch
This commit is contained in:
parent
751497a748
commit
fc4ea57a9c
3 changed files with 23 additions and 3 deletions
10
linux-build-farm/debian-stretch/x64/Dockerfile
Normal file
10
linux-build-farm/debian-stretch/x64/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM debian:stretch
|
||||
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential debhelper libhttp-parser-dev liblz4-dev libnatpmp-dev dh-systemd ruby-ronn g++ make devscripts clang
|
||||
|
||||
#RUN ln -sf /usr/bin/clang++-3.5 /usr/bin/clang++
|
||||
#RUN ln -sf /usr/bin/clang-3.5 /usr/bin/clang
|
||||
|
||||
ADD zt1-src.tar.gz /
|
10
linux-build-farm/debian-stretch/x86/Dockerfile
Normal file
10
linux-build-farm/debian-stretch/x86/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM mcandre/docker-debian-32bit:stretch
|
||||
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential debhelper libhttp-parser-dev liblz4-dev libnatpmp-dev dh-systemd ruby-ronn g++ make devscripts clang
|
||||
|
||||
#RUN ln -sf /usr/bin/clang++-3.5 /usr/bin/clang++
|
||||
#RUN ln -sf /usr/bin/clang-3.5 /usr/bin/clang
|
||||
|
||||
ADD zt1-src.tar.gz /
|
Loading…
Add table
Add a link
Reference in a new issue