Installing HRMS and getting ModuleNotFoundError: No module named 'payments

Am trying to install hrms module and i get this error

i have run this this command

 bench --site frontend install-app hrms

I have used docker compose to run this erpnext
anyone who knows how i can solve this issue

@kemboi22 check this HR module installation not working with frappe_docker · Issue #1296 · frappe/hrms · GitHub

Ah, @Jeel so to be able to Install Additional Apps one needs to build own docke rimage, with the apps included

@Jeel Am still having problems with a custom image
I have listed the apps i need to install in a json file and encoded it in base 64 but am still having installing the apps.
Here is the link to the custom image

here is the app.json file

When i try

bench new-site --no-mariadb-socket --admin-password=admin --db-root-password=admin --install-app erpnext --install-app hrms --install-app payments --set-default frontend;

its says no module such as erpnext
so i try this

 bench get-app --resolve-deps erpnext https://github.com/frappe/erpnext
bench get-app --resolve-deps hrms https://github.com/frappe/hrms
bench get-app --branch=version-15 --resolve-deps payments https://github.com/frappe/payments
 bench new-site --no-mariadb-socket --admin-password=admin --db-root-password=admin --install-app erpnext --install-app hrms --install-app payments --set-default frontend;

So when i try this it says the site frontend has already been created
Also i get this error any help how can i fix this errors


Also i have this error or warning

What am i not doing right