I'm trying to connect Pycharm to a docker container where gcloud is installed. In order to run my project I need to set the path where gcloud is installed.
Is there a way to have installed all the packages in a specific directory when creating a docker container?
If not, how can I look for the path where gcloud has been installed?
Edit, found answer for the second question:
After entering in the container's shell is possible to find where Google Cloud SDK is installed.
Anyway, being able to install all the content of the docker image in a specific directory would be still preferable.