diff --git a/Dockerfile b/Dockerfile index e60a66e8..b8b9264c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM golang:1.17.8-alpine3.14 AS build-env +RUN apk add --no-cache build-base RUN go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest FROM alpine:3.15.0