We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafb264 commit 01c7807Copy full SHA for 01c7807
Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y install libpq-dev gcc && apt-get install git cu
9
10
# Installing requirements
11
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
+RUN pip install --upgrade pip && pip install -U pip wheel "setuptools==81.0.0" && pip install -r /tmp/requirements.txt && pip install flake8
13
14
# Copy Project to the container
15
RUN mkdir -p /fyle-xero-api
0 commit comments