Skip to content

Commit

Permalink
Upgrade setuptools in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Aug 8, 2023
1 parent b9b530f commit dca4b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN apt-get update \

RUN adduser --system --group --no-create-home --home=/source --shell=/bin/bash nav

RUN pip3 install --upgrade 'setuptools<60' wheel && \
pip3 install --upgrade 'pip<22' pip-tools
RUN pip3 install --upgrade 'setuptools>=61' wheel && \
pip3 install --upgrade 'pip<=23.1.0' pip-tools

#################################################################################
### COPYing the requirements file to pip-install Python requirements may bust ###
Expand Down

0 comments on commit dca4b87

Please sign in to comment.