mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
More build fixes.
This commit is contained in:
parent
8de5b2beda
commit
147f735333
5 changed files with 42 additions and 8 deletions
17
linux-build-farm/centos-7/x86/Dockerfile
Normal file
17
linux-build-farm/centos-7/x86/Dockerfile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#FROM zerotier/centos7-32bit
|
||||
#MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||
|
||||
#RUN echo 'i686-redhat-linux' >/etc/rpm/platform
|
||||
|
||||
#RUN yum update -y
|
||||
#RUN yum install -y make development-tools rpmdevtools http-parser-devel lz4-devel libnatpmp-devel
|
||||
|
||||
#RUN yum install -y gcc-c++
|
||||
#RUN rpm --install --force https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
|
||||
#RUN rpm --install --force ftp://rpmfind.net/linux/centos/6.8/os/i386/Packages/libffi-3.0.5-3.2.el6.i686.rpm
|
||||
#RUN yum install -y clang
|
||||
|
||||
FROM zerotier/zt1-build-centos-7-x86-base
|
||||
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||
|
||||
ADD zt1-src.tar.gz /
|
Loading…
Add table
Add a link
Reference in a new issue