Added num2words installation

This commit is contained in:
Daniel Blanco 2017-10-17 09:46:06 -03:00
parent 0df2419d04
commit 6b98eb4cb9
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.idea
.idea/
.DS_Store

View File

@ -42,6 +42,7 @@ RUN set -x; \
&& rm -rf /var/lib/apt/lists/* odoo.deb
# Copy entrypoint script and Odoo configuration file
RUN pip install num2words
COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf