[FIX]Odoo v10C7 build : needs older pip version

This commit is contained in:
Fabien BOURGEOIS 2021-03-27 15:12:00 +01:00
parent bf2f1c47cf
commit 52ed7e5c15
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN yum -y install postgresql96 libpqxx
RUN yum -y install liberation-fonts
# Upgrade pip
RUN pip install -U pip
RUN pip install -U pip==20.3.4
RUN pip install -U setuptools
# Create odoo user