mirror of
https://github.com/NAStools/zerotierone.git
synced 2024-11-14 01:20:34 -08:00
13 lines
392 B
Docker
13 lines
392 B
Docker
FROM debian: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 /
|