Due to Docker having its own issues I had to build a script to download all the files it needs on all containers if I want to add other frappe apps. Yes I know if I go and rebuild the images but that’s not really the best way for the production enviroment to be updated when I want to add something. I digress.
The issue I have is when installing hrms in particular, I can’t use–resolve-deps when using a branched version of ERPNext. granted currently I do not have any changes to ERPNext in my branch and its basically the current version forked but I know theres a possibility of later changes as its implemented from management. So what happens is it finds out that its not the official frappe repository and fails.
Is there a way to get it to ignore the requirements of which erpnext branch you are using and still get all the dependencies installed.
I know you can bring it down without dependencies and then change the the toml and remove the check for erpnext and then rebuild? but is there a flag I am missing in bench that does this.