[IMP]Odoo 12 install phonenumbers from pypi

This commit is contained in:
Fabien BOURGEOIS 2018-12-10 17:47:40 +01:00
parent ccd87e27ee
commit c9f85fc40a
1 changed files with 1 additions and 0 deletions

View File

@ -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 pip3 install --user -U pip
RUN .local/bin/pip3 install --user -r OCB/requirements.txt
RUN .local/bin/pip3 install --user phonenumbers
# Launch scripts
COPY ./launch12.sh ./launch.sh