I use Dockerfile build docker image, for example: my docker image is build from base image “base_platform:5.0”, then install a python package “fastapi 0.111.0”, finally copy the java build result “com.ali:my-app:1.0” into docker. The complete software components maybe like the following image:
So, how can I obtain the complete software components and dependency?