Skip to content

Commit fcb5bd9

Browse files
ruuushhhHrishabh17
authored andcommitted
fix: add fixed version for setuptools (#916)
(cherry picked from commit 9e17c54)
1 parent 6f76648 commit fcb5bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y install libpq-dev gcc && apt-get install git po
99

1010
# Installing requirements
1111
COPY requirements.txt /tmp/requirements.txt
12-
RUN pip install --upgrade pip && pip install -U pip wheel setuptools && pip install -r /tmp/requirements.txt && pip install pylint-django==2.3.0
12+
RUN pip install --upgrade pip && pip install -U pip wheel "setuptools==81.0.0" && pip install -r /tmp/requirements.txt && pip install pylint-django==2.3.0
1313

1414
# Copy Project to the container
1515
RUN mkdir -p /fyle-intacct-api

0 commit comments

Comments
 (0)