Skip to content

Commit

Permalink
Merge pull request #1338 from yogeshojha/1336-bug-docker-not-building…
Browse files Browse the repository at this point in the history
…-pip-failing-modulenotfounderror-no-module-named-setuptoolscommandtest

Upgrade setuptools to 72.1.0 to resolve installation error
  • Loading branch information
yogeshojha authored Jul 30, 2024
2 parents 9ca8d67 + 7e23363 commit 30f090e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN nuclei -update-templates

# Copy requirements
COPY ./requirements.txt /tmp/requirements.txt
RUN pip3 install --upgrade setuptools pip && \
RUN pip3 install --upgrade setuptools==72.1.0 pip && \
pip3 install -r /tmp/requirements.txt --no-cache-dir

# install eyewitness
Expand Down

0 comments on commit 30f090e

Please sign in to comment.