diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 14:21:54 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 14:21:54 -0700 |
| commit | 147f735333b3bbb88a5c8c5d832c8a18b9755952 (patch) | |
| tree | 177e489e7d8a8268cd0a3d514535ff67da981d03 /linux-build-farm/centos-7 | |
| parent | 8de5b2beda6d2e9102d3e77e179c0dc785b8e024 (diff) | |
| download | infinitytier-147f735333b3bbb88a5c8c5d832c8a18b9755952.tar.gz infinitytier-147f735333b3bbb88a5c8c5d832c8a18b9755952.zip | |
More build fixes.
Diffstat (limited to 'linux-build-farm/centos-7')
| -rw-r--r-- | linux-build-farm/centos-7/x64/Dockerfile | 10 | ||||
| -rw-r--r-- | linux-build-farm/centos-7/x86/Dockerfile | 17 |
2 files changed, 27 insertions, 0 deletions
diff --git a/linux-build-farm/centos-7/x64/Dockerfile b/linux-build-farm/centos-7/x64/Dockerfile new file mode 100644 index 00000000..3b764d28 --- /dev/null +++ b/linux-build-farm/centos-7/x64/Dockerfile @@ -0,0 +1,10 @@ +FROM centos:7 +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 http-parser-devel lz4-devel libnatpmp-devel + +RUN yum install -y clang gcc-c++ + +ADD zt1-src.tar.gz / diff --git a/linux-build-farm/centos-7/x86/Dockerfile b/linux-build-farm/centos-7/x86/Dockerfile new file mode 100644 index 00000000..fe0744bc --- /dev/null +++ b/linux-build-farm/centos-7/x86/Dockerfile @@ -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 / |
