netprobe_lite icon indicating copy to clipboard operation
netprobe_lite copied to clipboard

make the lite in netprobe_lite mean something ;)

Open NicolasCARPi opened this issue 1 year ago • 2 comments

this change brings the size of the image from 561MB to 173MB

  • add comment header
  • use slim tag from python official image
  • use apt-get clean
  • disable pip version check

NicolasCARPi avatar Apr 29 '24 22:04 NicolasCARPi

Hello,

Very cool app, please consider this change and #23, too.

Regarding the Dockerfile, this first changeset is pretty minimal, but already has a huge impact on the image size!

If you want, I can go further, by using a builder image, a virtualenv, using non-root user (could this be an issue?). Similar to this one: https://github.com/manulera/ShareYourCloning_backend/blob/master/Dockerfile

Cheers, ~Nico

NicolasCARPi avatar Apr 29 '24 22:04 NicolasCARPi

I will definitely test this out for a future release, I stuck with Ubuntu to start as it worked but eventually would want to slim it down as much as possible. Appreciate it!

plaintextpackets avatar Apr 30 '24 01:04 plaintextpackets