mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-28 16:06:34 +01:00
add dirsearch
This commit is contained in:
11
dirsearch/Dockerfile
Normal file
11
dirsearch/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# 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"]
|
||||
Reference in New Issue
Block a user