Update Dockerfile

This commit is contained in:
whoedl61 2020-11-03 21:09:25 -08:00 committed by GitHub
parent b5260037cb
commit 93cbd39ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,9 @@ RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/od
&& apt-get update \ && apt-get update \
&& apt-get -y install --no-install-recommends ./odoo.deb \ && apt-get -y install --no-install-recommends ./odoo.deb \
&& rm -rf /var/lib/apt/lists/* 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 script and Odoo configuration file
COPY ./entrypoint.sh / COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/ COPY ./odoo.conf /etc/odoo/