FROM jiangyong/docker-base
RUN apk add go git
&& git config --global http.sslverify "false"
&& GOPATH=/go go get github.com/mrwilson/helixdns
&& cd /bin
&& GOPATH=/go go build github.com/mrwilson/helixdns
&& rm -rf /go
&& apk del go git
&& rm -rf /var/cache/apk/* /usr/local/src/*
EXPOSE 53
CMD [ "/bin/helixdns", "-port", "53", "-etcd-address", "127.0.0.1:4001" ]
Content type
Image
Digest
sha256:64353acd5…
Size
7.8 MB
Last updated
almost 11 years ago
docker pull jiangyong/docker-helixdns