summaryrefslogtreecommitdiff
path: root/attic/linux-build-farm/ubuntu-wily/x64/Dockerfile
blob: 99b8d34cd72d35995b85525d5c8eee4cf9625fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM ubuntu:wily
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.7

RUN ln -sf /usr/bin/clang++-3.7 /usr/bin/clang++
RUN ln -sf /usr/bin/clang-3.7 /usr/bin/clang

RUN dpkg --purge libhttp-parser-dev

ADD zt1-src.tar.gz /