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
6 lines
242 B
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
|