Skip to content
Snippets Groups Projects
Commit 929dfb17 authored by scott.eppler's avatar scott.eppler Committed by Alex Ellis
Browse files

Update nmap sample-function to use new approach


I used AlpineFunction as the example to follow as suggested by @alexellis

Signed-off-by: default avatarscott.eppler <scott.eppler@coda.global>
parent 787c8f7a
No related branches found
No related tags found
No related merge requests found
FROM functions/alpine:latest
FROM openfaas/classic-watchdog:0.14.4 as watchdog
FROM alpine:3.10
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog
RUN apk add --no-cache nmap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment