Update Dockerfile
This commit is contained in:
parent
b5260037cb
commit
93cbd39ed4
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user