I have a large installation medium folder (around 20 GB) and I want to install this program into the docker container.
The problem is - as far as I understand it is necessary to copy all the installation data as a build step, which will increase the size of the result image dramatically.
Can I run the installation without copying all the above mentioned data or at least how can I delete it from the resulting image?