1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/dirsearch/Dockerfile

12 lines
247 B
Docker
Raw Normal View History

2022-08-22 07:13:48 +02:00
#
# Dockerfile for dirsearch
#
FROM python:3-alpine
MAINTAINER EasyPi Software Foundation
RUN pip3 install --no-cache-dir pip install https://github.com/maurosoria/dirsearch/archive/refs/heads/master.zip
ENTRYPOINT ["dirsearch"]
CMD ["--help"]