update
This commit is contained in:
parent
73f9888e41
commit
010ccc1d4f
2
Makefile
2
Makefile
@ -13,6 +13,8 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
|||||||
HASH := $(shell git rev-parse HEAD)
|
HASH := $(shell git rev-parse HEAD)
|
||||||
CONFIG=odoo.conf
|
CONFIG=odoo.conf
|
||||||
install:
|
install:
|
||||||
|
pyenv virtualenv ${BRANCH}
|
||||||
|
pyenv activate ${BRANCH}
|
||||||
export DEBIAN_FRONTEND=noninteractive && \
|
export DEBIAN_FRONTEND=noninteractive && \
|
||||||
sudo apt -y update && \
|
sudo apt -y update && \
|
||||||
sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev && \
|
sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev && \
|
||||||
|
Loading…
Reference in New Issue
Block a user