mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
9 lines
105 B
Docker
9 lines
105 B
Docker
FROM functions/alpine:latest
|
|
|
|
RUN apk add --no-cache nmap
|
|
|
|
ENV fprocess="xargs nmap"
|
|
|
|
|
|
CMD ["fwatchdog"]
|