RAJANAGORI / Nightingale

It's a Docker Environment for Pentesting which having all the required tool for VAPT.
https://nightingale.rajanagori.in/
GNU General Public License v3.0
207 stars 29 forks source link

Created Multistage Dockerfile to reduce docker image size #25

Closed jineshnagori closed 10 months ago

jineshnagori commented 11 months ago

Converted Dockerfile into 7 Stages: Stage 1: Building the image Stage 2: Install OS tools and dependencies Stage 3: Set up shell and environment Stage 4: Copy directories and files Stage 5: Install scripts and binaries Stage 6: Install Metasploit Stage 7: Final Image

RAJANAGORI commented 10 months ago

Thanks for the roadmap. Multistage build has been implemented. You can check in the main Dockerfile