mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-27 20:15:29 +00:00
Add must-have tools to Docker image
Adds ca-certificates and bind-tools to Alpine final image.
This commit is contained in:
parent
bbac3dbd2e
commit
648d94da56
@ -2,5 +2,6 @@ FROM golang:1.16.0-alpine as build-env
|
||||
RUN GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache bind-tools ca-certificates
|
||||
COPY --from=build-env /go/bin/nuclei /usr/local/bin/nuclei
|
||||
ENTRYPOINT ["nuclei"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user