From 40d9ce4c03989cdba86264b242c2626d0445d75b Mon Sep 17 00:00:00 2001 From: Mohamed Jasim Ahmed <30666269+MarketingLimited@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:22:23 +0300 Subject: [PATCH] fix create-site dependencies --- apps.json | 4 ---- images/production/Containerfile | 2 ++ pwd.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apps.json b/apps.json index bb329629..c0c2cd67 100644 --- a/apps.json +++ b/apps.json @@ -30,9 +30,5 @@ { "git_url": "https://github.com/frappe/insights", "branch": "main" - }, - { - "git_url": "https://github.com/frappe/books", - "branch": "main" } ] diff --git a/images/production/Containerfile b/images/production/Containerfile index 050fec4b..0af60ab6 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -27,7 +27,9 @@ RUN useradd -ms /bin/bash frappe \ gpg \ # MariaDB mariadb-client \ + libmariadb-dev \ less \ + pkg-config \ # Postgres libpq-dev \ postgresql-client \ diff --git a/pwd.yml b/pwd.yml index 9b31133f..998dab4b 100644 --- a/pwd.yml +++ b/pwd.yml @@ -82,8 +82,7 @@ services: bench get-app https://github.com/frappe/studio; bench get-app https://github.com/frappe/wiki; bench get-app https://github.com/frappe/insights; - bench get-app https://github.com/frappe/books; - bench new-site --mariadb-user-host-login-scope='%' --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext,hrms,crm,helpdesk,drive,studio,wiki,insights,books --set-default frontend; + bench new-site --mariadb-user-host-login-scope='%' --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext,hrms,crm,helpdesk,drive,studio,wiki,insights --set-default frontend; db: image: mariadb:10.6