Skip to content

Commit

Permalink
Make sure to have the latest pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Nov 1, 2023
1 parent 70035c0 commit 9421ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN pipx inject --pip-args="--no-cache-dir" pyproject-dependencies $build_deps
# make sure addons we test declare all their python dependencies properly
ARG setuptools_constraint
RUN python$python_version -m venv /opt/odoo-venv \
&& /opt/odoo-venv/bin/pip install "setuptools$setuptools_constraint" "pip>=21.3.1;python_version>='3.6'" \
&& /opt/odoo-venv/bin/pip install -U "setuptools$setuptools_constraint" "pip" \
&& /opt/odoo-venv/bin/pip list
ENV PATH=/opt/odoo-venv/bin:$PATH

Expand Down

0 comments on commit 9421ed8

Please sign in to comment.