add pip module

not tested, from info log hint.
This commit is contained in:
Daniel J. O'Quinn
2018-07-12 08:11:10 -04:00
committed by GitHub
parent 67e5ceb0fa
commit 9da09add4d
+1 -1
View File
@@ -36,7 +36,7 @@ RUN set -x; \
&& rm -rf /var/lib/apt/lists/* odoo.deb && rm -rf /var/lib/apt/lists/* odoo.deb
# Copy entrypoint script and Odoo configuration file # Copy entrypoint script and Odoo configuration file
RUN pip3 install num2words xlwt RUN pip3 install num2words xlwt phonenumbers
COPY ./entrypoint.sh / COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/ COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf RUN chown odoo /etc/odoo/odoo.conf