We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f76648 commit fcb5bd9Copy full SHA for fcb5bd9
Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y install libpq-dev gcc && apt-get install git po
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 pylint-django==2.3.0
+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
13
14
# Copy Project to the container
15
RUN mkdir -p /fyle-intacct-api
0 commit comments