mirror of
https://github.com/NAStools/zerotierone.git
synced 2024-11-09 15:10:40 -08:00
13 lines
398 B
Docker
13 lines
398 B
Docker
FROM 32bit/ubuntu:14.04
|
|
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.6
|
|
|
|
RUN ln -sf /usr/bin/clang++-3.6 /usr/bin/clang++
|
|
RUN ln -sf /usr/bin/clang-3.6 /usr/bin/clang
|
|
|
|
RUN dpkg --purge libhttp-parser-dev
|
|
|
|
ADD zt1-src.tar.gz /
|