1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/wafw00f/Dockerfile

14 lines
200 B
Docker
Raw Normal View History

2020-09-15 07:11:34 +00:00
#
# Dockerfile for wafw00f
#
FROM alpine:3
MAINTAINER EasyPi Software Foundation
RUN set -xe \
2020-09-15 07:16:18 +00:00
&& apk add --no-cache python3 \
2020-09-15 07:11:34 +00:00
&& pip3 install wafw00f
ENTRYPOINT ["wafw00f"]
CMD ["--help"]