summaryrefslogtreecommitdiff
path: root/attic/linux-build-farm/debian-stretch/x86/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'attic/linux-build-farm/debian-stretch/x86/Dockerfile')
-rw-r--r--attic/linux-build-farm/debian-stretch/x86/Dockerfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/attic/linux-build-farm/debian-stretch/x86/Dockerfile b/attic/linux-build-farm/debian-stretch/x86/Dockerfile
new file mode 100644
index 00000000..bfc7a86f
--- /dev/null
+++ b/attic/linux-build-farm/debian-stretch/x86/Dockerfile
@@ -0,0 +1,12 @@
+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
+
+RUN dpkg --purge libhttp-parser-dev
+
+ADD zt1-src.tar.gz /