3 changed files with 23 additions and 0 deletions
@ -0,0 +1,10 @@
|
||||
FROM ubuntu:xenial |
||||
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.8 |
||||
|
||||
ADD zt1-src.tar.gz / |
||||
|
||||
RUN ln -sf /usr/bin/clang++-3.8 /usr/bin/clang++ |
||||
RUN ln -sf /usr/bin/clang-3.8 /usr/bin/clang |
||||
@ -0,0 +1,10 @@
|
||||
FROM f69m/ubuntu32:xenial |
||||
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.8 |
||||
|
||||
ADD zt1-src.tar.gz / |
||||
|
||||
RUN ln -sf /usr/bin/clang++-3.8 /usr/bin/clang++ |
||||
RUN ln -sf /usr/bin/clang-3.8 /usr/bin/clang |
||||
Loading…
Reference in new issue