You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
242 B

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