mirror of
https://github.com/NAStools/zerotierone.git
synced 2024-11-13 17:10:35 -08:00
15 lines
445 B
Docker
15 lines
445 B
Docker
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
|
|
|
|
#RUN ln -sf /usr/bin/clang++-3.8 /usr/bin/clang++
|
|
#RUN ln -sf /usr/bin/clang-3.8 /usr/bin/clang
|
|
|
|
RUN rm -f /usr/bin/clang++ /usr/bin/clang
|
|
|
|
RUN dpkg --purge libhttp-parser-dev
|
|
|
|
ADD zt1-src.tar.gz /
|