This commit is contained in:
Thomas 2018-01-21 23:06:24 -06:00
parent 16d5988408
commit 9c6256dea4

View File

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