2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-26 07:13:34 +01:00
Files
dockerfiles_vimagick/wafw00f/Dockerfile
2020-09-15 15:16:18 +08:00

14 lines
200 B
Docker

#
# Dockerfile for wafw00f
#
FROM alpine:3
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add --no-cache python3 \
&& pip3 install wafw00f
ENTRYPOINT ["wafw00f"]
CMD ["--help"]