update install noninteractive
This commit is contained in:
parent
4a46775cb7
commit
79653f8c0f
3
Makefile
3
Makefile
@ -13,7 +13,8 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
||||
HASH := $(shell git rev-parse HEAD)
|
||||
CONFIG=odoo.conf
|
||||
install:
|
||||
sudo apt install python3-pip libldap2-dev libpq-dev libsasl2-dev && \
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt install python3-pip libldap2-dev libpq-dev libsasl2-dev && \
|
||||
pip install -r requirements.txt
|
||||
gen_test_config:
|
||||
${PWD}/setup/init_conf.sh
|
||||
|
Loading…
Reference in New Issue
Block a user