diff --git a/images/production/Containerfile b/images/production/Containerfile index 1e69a0c0..e6fc4bc0 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -120,7 +120,6 @@ RUN bench init \ --verbose \ /home/zapal/frappe-bench && \ cd /home/zapal/frappe-bench && \ - bench get-app --branch=${ERPNEXT_BRANCH} --resolve-deps erpnext ${ERPNEXT_REPO} && \ echo "frappe\nhrms\nerpnext" > sites/apps.txt && \ echo "{}" > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr