From 693f1cab5d023e07bf01a2ad7200ac8c34704a23 Mon Sep 17 00:00:00 2001 From: randomstr1ng Date: Sat, 18 Nov 2023 13:56:32 +0100 Subject: [PATCH] update Container config --- container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/Dockerfile b/container/Dockerfile index 5cae1db..b7dd39c 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -21,6 +21,7 @@ RUN VERSION=$(curl -s https://api.pdtm.sh/api/v1/tools/nuclei | jq '.tools[0]["v # Setup nuclei-sap-templates ADD ./nuclei-sap-templates/ /tools/nuclei-sap-templates ADD ./tools/ /tools +# Install tools requirements RUN pip3 install -r /tools/requirements.txt && rm /tools/requirements.txt && chmod +x /tools/*.py # Final Setup