Closed coldfix closed 3 years ago
Hi,
this decreases the docker image size from 487MB to 27MB by removing a filesystem layer with the installed dependencies.
I guess could be even further improved by using a multi-stage build. I might look into that later on.
Best
Ok, with the multi-stage build (second commit), the image size decreases further to 14.6MB :)
Nice :) . Thx!
Hi,
this decreases the docker image size from 487MB to 27MB by removing a filesystem layer with the installed dependencies.
I guess could be even further improved by using a multi-stage build. I might look into that later on.
Best