add noninteractive
This commit is contained in:
parent
3a1e0f2b00
commit
1d4a711a35
@ -1,11 +1,11 @@
|
|||||||
name: Setup Docker Action
|
name: Setup Native Action
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup_docker:
|
setup_native:
|
||||||
runs-on: host
|
runs-on: host
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
6
Makefile
6
Makefile
@ -22,9 +22,9 @@ VERSION := community
|
|||||||
ADDONS=${PWD}/addons,${PWD}/odoo/addons
|
ADDONS=${PWD}/addons,${PWD}/odoo/addons
|
||||||
|
|
||||||
install:
|
install:
|
||||||
sudo apt -y update && \
|
sudo DEBIAN_FRONTEND=noninteractive apt -y update && \
|
||||||
sudo apt install -y build-essential python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev && \
|
sudo DEBIAN_FRONTEND=noninteractive apt install -y build-essential python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev && \
|
||||||
pip install -r requirements.txt
|
sudo pip install --no-input -r requirements.txt
|
||||||
gen_config:
|
gen_config:
|
||||||
${PWD}/setup/init_config.sh --native ${ADDONS}
|
${PWD}/setup/init_config.sh --native ${ADDONS}
|
||||||
run_server:
|
run_server:
|
||||||
|
Loading…
Reference in New Issue
Block a user