You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
356 B
10 lines
356 B
FROM debian:jessie |
|
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.5 |
|
|
|
RUN ln -sf /usr/bin/clang++-3.5 /usr/bin/clang++ |
|
RUN ln -sf /usr/bin/clang-3.5 /usr/bin/clang |
|
|
|
ADD zt1-src.tar.gz /
|
|
|