update @native
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / setup_native (3.12.7) (push) Failing after 1m29s

This commit is contained in:
hoangvv 2025-01-15 09:28:48 +07:00
parent c0e2c3437a
commit e42507e073

View File

@ -23,7 +23,8 @@ VERSION := community
ADDONS=${PWD}/addons,${PWD}/odoo/addons
install:
sudo apt install -y python3-pip libldap2-dev libpq-dev libsasl2-dev postgresql postgresql-client
sudo apt update -y && \
sudo apt install -y python3-pip libldap2-dev libpq-dev libsasl2-dev postgresql postgresql-client && \
${PIP} install --no-input -r requirements.txt --break-system-packages
gen_config:
${PWD}/setup/init_config.sh --native ${ADDONS}