Skip to content

Commit

Permalink
update Container config
Browse files Browse the repository at this point in the history
  • Loading branch information
randomstr1ng committed Nov 18, 2023
1 parent 6c3bc91 commit 693f1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 693f1ca

Please sign in to comment.