From 6a76ebcf562ca46e0955b85bdc56704dfba4ed04 Mon Sep 17 00:00:00 2001 From: Vaibhav Lakhani Date: Fri, 16 Apr 2021 09:09:20 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec1e71e..9b9190c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,6 @@ RUN mv httpx /usr/local/bin/httpx RUN rm httpx_1.0.5_linux_amd64.tar.gz RUN pip3 install waybackpy RUN git clone https://github.com/projectdiscovery/nuclei-templates.git -RUN rm README.md RUN wget --no-check-certificate -c https://github.com/Findomain/Findomain/releases/download/4.0.1/findomain-linux RUN chmod +x findomain-linux @@ -87,7 +86,7 @@ RUN rm README.md RUN wget --no-check-certificate -c https://github.com/ffuf/ffuf/releases/download/v1.2.1/ffuf_1.2.1_linux_amd64.tar.gz RUN tar -xzvf ffuf_*.tar.gz -RUN rm aquatone_*.tsr.gz +RUN rm ffuf_*.tar.gz RUN rm README.md RUN git clone https://github.com/devanshbatham/ParamSpider