Browse Source

[ADD] add build context and lib for python dependency

rc/16.0-MYC-INIT
Nicolas JEUDY 2 years ago
committed by Nicolas JEUDY
parent
commit
7aaf2c8cae
  1. 4
      odoo/Dockerfile
  2. 5
      odoo/custom/dependencies/apt.txt
  3. 3
      odoo/custom/dependencies/pip.txt

4
odoo/Dockerfile

@ -1,2 +1,6 @@
ARG ODOO_VERSION
FROM ghcr.io/tecnativa/doodba:16.0-onbuild
RUN /usr/local/bin/python3 -m pip install --upgrade pip
RUN /usr/local/bin/python3 -m pip install pyopenssl==19.0.0
RUN /usr/local/bin/python3 -m pip install cryptography==3.4.8

5
odoo/custom/dependencies/apt.txt

@ -1,3 +1,6 @@
python3-dev
build-essential
libcups2-dev
python3-pandas
libcairo2-dev
pkg-config
xmlsec1

3
odoo/custom/dependencies/pip.txt

@ -13,8 +13,6 @@ marshmallow
marshmallow-objects>=2.0.0
cachetools
boto
pycups
cryptography>=2.3
jwcrypto==0.5.0
freezegun
pysaml2
@ -35,4 +33,3 @@ icalendar
jsondiff
extendable-pydantic
pdfplumber
pycrypto
Loading…
Cancel
Save