Adding python-xlrd in deps
to enable importing excel tables in Odoo.
This commit is contained in:
parent
bb4cc45844
commit
5de0cb733c
@ -19,7 +19,8 @@ RUN set -x; \
|
|||||||
&& apt-get -y install -f --no-install-recommends \
|
&& apt-get -y install -f --no-install-recommends \
|
||||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
|
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
|
||||||
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
|
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
|
||||||
&& pip install psycogreen==1.0
|
&& pip install psycogreen==1.0 \
|
||||||
|
&& pip install xlrd
|
||||||
|
|
||||||
# Install Odoo
|
# Install Odoo
|
||||||
ENV ODOO_VERSION 10.0
|
ENV ODOO_VERSION 10.0
|
||||||
|
Loading…
Reference in New Issue
Block a user