dockerfiles/net/helixdns/Dockerfile

14 lines
243 B
Docker
Raw Normal View History

2015-06-10 17:01:54 +00:00
FROM flitter/init
RUN apt-get update && apt-get install -y golang git mercurial --no-install-recommends && mkdir /go
ENV GOPATH /go
RUN go get github.com/mrwilson/helixdns
ADD helixdns /etc/service
EXPOSE 53/udp
ENTRYPOINT /sbin/my_init