diff --git a/images/custom/Containerfile b/images/custom/Containerfile index 208f13e3..0f551579 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -129,7 +129,8 @@ RUN export APP_INSTALL_ARGS="" && \ /home/frappe/frappe-bench && \ cd /home/frappe/frappe-bench && \ echo "{}" > sites/common_site_config.json && \ - find apps -mindepth 1 -path "*/.git" | xargs rm -fr + find apps -mindepth 1 -path "*/.git" | xargs rm -fr && \ + bench setup requirements FROM base AS backend