Skip to content

Commit 05062fc

Browse files
committed
Setuptools
1 parent 8e2c484 commit 05062fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/workshop/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ FROM python:3.11-alpine
3939
COPY --from=build /app /app
4040
WORKDIR /app
4141
RUN apk update && apk add --no-cache postgresql-libs curl cairo
42+
RUN pip install setuptools
4243
RUN pip install --no-index --find-links=/app/wheels -r requirements.txt
4344
COPY ./certs /app/certs
4445
COPY health.sh /app/health.sh

services/workshop/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ gunicorn==21.2.0
2222
coverage==7.4.1
2323
unittest-xml-reporting==3.2.0
2424
black==24.4.2
25-
xhtml2pdf==0.2.17
26-
setuptools==82.0.0
25+
xhtml2pdf==0.2.17

0 commit comments

Comments
 (0)