Skip to content

Commit

Permalink
Update Dockerfile (#188)
Browse files Browse the repository at this point in the history
Added build-base so build succeeds
  • Loading branch information
byt3bl33d3r authored Apr 18, 2022
1 parent a9909db commit 5cb005c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5cb005c

Please sign in to comment.