Skip to content

Instantly share code, notes, and snippets.

@pd-aray
pd-aray / Dockerfile
Last active March 10, 2020 13:06
Support files and logs from debugging DNS resolution failures for go.airliquide.com
FROM centos:7
RUN mkdir -p /code/go
ENV GOPATH /code/go
RUN yum install -y epel-release gcc byacc golang openssl-devel expat-devel fstrm-devel unbound protobuf-c-devel bind-utils nc vim \
&& go get -u -v github.com/dnstap/golang-dnstap \
&& go get -u -v github.com/dnstap/golang-dnstap/dnstap