fix: Missing requirement dnsutils

This commit is contained in:
phga 2021-04-13 22:20:50 +02:00
parent 4291ea8b81
commit 0a1a496ba1

View File

@ -1,6 +1,7 @@
FROM golang:1.16.2
ENV GO111MODULE=off
RUN apt-get update && apt-get -y install dnsutils
RUN go get -u -d g.phga.de/phga/dd/...
WORKDIR /go/src/g.phga.de/phga/dd/cmd/dd
RUN go build