Skip to content

Commit 01c7807

Browse files
ruuushhhHrishabh17
authored andcommitted
fix: add fixed version for setuptools (#613)
(cherry picked from commit df9260b)
1 parent bafb264 commit 01c7807

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 cu
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 flake8
12+
RUN pip install --upgrade pip && pip install -U pip wheel "setuptools==81.0.0" && pip install -r /tmp/requirements.txt && pip install flake8
1313

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

0 commit comments

Comments
 (0)