summaryrefslogtreecommitdiff
path: root/linux-build-farm/centos-7/x64/Dockerfile
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-27 14:21:54 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-27 14:21:54 -0700
commit147f735333b3bbb88a5c8c5d832c8a18b9755952 (patch)
tree177e489e7d8a8268cd0a3d514535ff67da981d03 /linux-build-farm/centos-7/x64/Dockerfile
parent8de5b2beda6d2e9102d3e77e179c0dc785b8e024 (diff)
downloadinfinitytier-147f735333b3bbb88a5c8c5d832c8a18b9755952.tar.gz
infinitytier-147f735333b3bbb88a5c8c5d832c8a18b9755952.zip
More build fixes.
Diffstat (limited to 'linux-build-farm/centos-7/x64/Dockerfile')
-rw-r--r--linux-build-farm/centos-7/x64/Dockerfile10
1 files changed, 10 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 /