From 93cbd39ed4bd2f67ffca71ed1acaf4edb6843e4b Mon Sep 17 00:00:00 2001 From: whoedl61 <37012500+whoedl61@users.noreply.github.com> Date: Tue, 3 Nov 2020 21:09:25 -0800 Subject: [PATCH] Update Dockerfile --- 13.0/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/13.0/Dockerfile b/13.0/Dockerfile index 0e4ec11..ef0ce86 100644 --- a/13.0/Dockerfile +++ b/13.0/Dockerfile @@ -61,7 +61,9 @@ RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/od && apt-get update \ && apt-get -y install --no-install-recommends ./odoo.deb \ && rm -rf /var/lib/apt/lists/* odoo.deb - +#eingefügt +RUN pip3 install num2words xlwt unicodecsv pysftp==0.2.8 polib==1.1.0 +#ende eingefügt # Copy entrypoint script and Odoo configuration file COPY ./entrypoint.sh / COPY ./odoo.conf /etc/odoo/