Codebase list massdns / aea00824-b35e-4d05-8528-d8332468ff82/main Dockerfile
aea00824-b35e-4d05-8528-d8332468ff82/main

Tree @aea00824-b35e-4d05-8528-d8332468ff82/main (Download .tar.gz)

Dockerfile @aea00824-b35e-4d05-8528-d8332468ff82/mainraw · history · blame

FROM ubuntu:16.04
LABEL maintainer Aditya Gujar (@aditya_gujar)

RUN apt-get update

RUN apt-get install -y libldns-dev git build-essential

RUN apt-get install -y python

RUN git clone https://github.com/blechschmidt/massdns.git

WORKDIR /massdns/

RUN make

ENTRYPOINT ["./bin/massdns"]