[IMP]Odoo 12 install phonenumbers from pypi
This commit is contained in:
parent
ccd87e27ee
commit
c9f85fc40a
@ -51,6 +51,7 @@ RUN git clone -b ${ODOO_BRANCH} --depth 1 https://github.com/OCA/OCB.git
|
|||||||
RUN echo 'export PATH="$PATH:$HOME/.local/bin/"' >> /opt/odoo/.profile
|
RUN echo 'export PATH="$PATH:$HOME/.local/bin/"' >> /opt/odoo/.profile
|
||||||
RUN pip3 install --user -U pip
|
RUN pip3 install --user -U pip
|
||||||
RUN .local/bin/pip3 install --user -r OCB/requirements.txt
|
RUN .local/bin/pip3 install --user -r OCB/requirements.txt
|
||||||
|
RUN .local/bin/pip3 install --user phonenumbers
|
||||||
|
|
||||||
# Launch scripts
|
# Launch scripts
|
||||||
COPY ./launch12.sh ./launch.sh
|
COPY ./launch12.sh ./launch.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user