1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:27 +02:00
dockerfiles/wafw00f/Dockerfile

14 lines
200 B
Docker
Raw Normal View History

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