mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
More Linux Docker build farm targets.
This commit is contained in:
parent
65da797112
commit
9784393b15
4 changed files with 23 additions and 0 deletions
10
linux-build-farm/ubuntu-wily/x86/Dockerfile
Normal file
10
linux-build-farm/ubuntu-wily/x86/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM daald/ubuntu32:wily
|
||||
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-3.7
|
||||
|
||||
ADD zt1-src.tar.gz /
|
||||
|
||||
RUN ln -sf /usr/bin/clang++-3.7 /usr/bin/clang++
|
||||
RUN ln -sf /usr/bin/clang-3.7 /usr/bin/clang
|
Loading…
Add table
Add a link
Reference in a new issue