mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 20:16:37 +00:00
8
sample-functions/Nmap/Dockerfile
Normal file
8
sample-functions/Nmap/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
RUN apk add --no-cache nmap
|
||||
|
||||
ENV fprocess="xargs nmap"
|
||||
|
||||
|
||||
CMD ["fwatchdog"]
|
Reference in New Issue
Block a user