Logo
Explore Help
Register Sign In
External/nuclei
1
0
Fork 0
You've already forked nuclei
mirror of https://github.com/projectdiscovery/nuclei.git synced 2025-12-17 18:05:27 +00:00
Code Issues Packages Projects Releases Wiki Activity
nuclei/Dockerfile

8 lines
273 B
Docker
Raw Normal View History

chore(deps): bump golang from 1.19.1-alpine to 1.19.2-alpine Bumps golang from 1.19.1-alpine to 1.19.2-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 05:03:52 +00:00
FROM golang:1.19.2-alpine as build-env
updating dockerfile to support headless with alpine
2021-09-26 07:56:54 +02:00
RUN go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
Add Docker support
2020-05-19 10:48:57 +03:00
chore(deps): bump alpine from 3.16.1 to 3.16.2 (#2427) Bumps alpine from 3.16.1 to 3.16.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-17 03:48:40 +04:00
FROM alpine:3.16.2
updating dockerfile to support headless with alpine
2021-09-26 07:56:54 +02:00
RUN apk add --no-cache bind-tools ca-certificates chromium
refactoring dockerfile (#563)
2021-02-22 16:52:05 +01:00
COPY --from=build-env /go/bin/nuclei /usr/local/bin/nuclei
ENTRYPOINT ["nuclei"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 349ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API