mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:25:28 +00:00
Fixing docker build missing gcc binary (#2704)
This commit is contained in:
parent
1af96fc679
commit
f87bec1765
@ -1,4 +1,5 @@
|
||||
FROM golang:1.19.2-alpine as build-env
|
||||
RUN apk add build-base
|
||||
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
|
||||
|
||||
FROM alpine:3.16.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user