force install pip
This commit is contained in:
parent
b5f48cd9e6
commit
e7715fe224
@ -24,6 +24,9 @@ RUN set -x; \
|
|||||||
&& cp -r wkhtmltox/share/man/man1 /usr/local/share/man/ \
|
&& cp -r wkhtmltox/share/man/man1 /usr/local/share/man/ \
|
||||||
&& rm -rf wkhtmltox.tar.xz wkhtmltox /var/lib/apt/lists/*
|
&& rm -rf wkhtmltox.tar.xz wkhtmltox /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Install latest pip version
|
||||||
|
RUN pip3 install -U pip
|
||||||
|
|
||||||
# Install Odoo
|
# Install Odoo
|
||||||
ENV ODOO_VERSION 11.0
|
ENV ODOO_VERSION 11.0
|
||||||
ENV ODOO_RELEASE 20191210
|
ENV ODOO_RELEASE 20191210
|
||||||
|
Loading…
Reference in New Issue
Block a user