Install HR after install Frappe / Erpnext on docker with easy-install.py

well, the title says it all.
Today I successfully installed Erpnext using https://github.com/frappe/bench/blob/develop/easy-install.py.
But I would also like to have Frappe Hrms with me.
What are the necessary steps to install the HR app?

My steps after the download easy-install.py
python3 easy-install.py --prod --email my_mail@erplocal.net -s host.erplocal.net

Thank you a lot in advance …

Go to your frappe-bench directory with your selected frappe user.

then do

bench get-app hrms
bench --site sitename install-app hrms

if for some reason the get command does not work use the full git url

bench get-app hrms https://github.com/frappe/hrms.git

After installing better do

bench migrate (if failing then add --skip-failing)
bench clear-cache

you should be good to go after that.

RTD: GitHub - frappe/hrms: Open Source HR and Payroll Software

If you’re using containers you’ll need to build your own custom image with hrms. Once image is built, you can use it with easy-install