Telegram – Building multi-stage docker image with a distroless base image results in "no such file or directory" error
I am making a multi-stage docker image that uses Python's official image for the builder image and Google's distroless image as the base for the runner image. Before this, i tested the multi-stage build from Python's official image for both…