ThePorgs / Exegol-images

Docker images of the Exegol project
https://exegol.readthedocs.io/
GNU General Public License v3.0
73 stars 56 forks source link

Reduce image size by removing sslscan build files #334

Closed gbe closed 2 months ago

gbe commented 2 months ago

Hello,

sslscan is built statically, so there is no need to keep in the image the files generated when building it.

Before the PR:

du -hs /opt/tools/* | grep sslscan
220M    /opt/tools/sslscan

After the PR:

du -hs /opt/tools/* | grep sslscan
980K    /opt/tools/sslscan
ShutdownRepo commented 2 months ago

Awesome! What else is need in that PR?

QU35T-code commented 2 months ago

@ShutdownRepo, I think we can merge this one and open another to optimize the image size. I will check all the code