We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2c484 commit 05062fcCopy full SHA for 05062fc
2 files changed
services/workshop/Dockerfile
@@ -39,6 +39,7 @@ FROM python:3.11-alpine
39
COPY --from=build /app /app
40
WORKDIR /app
41
RUN apk update && apk add --no-cache postgresql-libs curl cairo
42
+RUN pip install setuptools
43
RUN pip install --no-index --find-links=/app/wheels -r requirements.txt
44
COPY ./certs /app/certs
45
COPY health.sh /app/health.sh
services/workshop/requirements.txt
@@ -22,5 +22,4 @@ gunicorn==21.2.0
22
coverage==7.4.1
23
unittest-xml-reporting==3.2.0
24
black==24.4.2
25
-xhtml2pdf==0.2.17
26
-setuptools==82.0.0
+xhtml2pdf==0.2.17
0 commit comments