Heavy repair.

This commit is contained in:
2025-02-03 21:15:18 +01:00
parent f395d16173
commit 084f8dba20
5 changed files with 27 additions and 51 deletions
-1
View File
@@ -30,7 +30,6 @@ RUN apk add --no-cache \
&& apk del .build-deps
COPY --from=wkhtmltopdf /bin/wkhtmltopdf /bin/wkhtmltopdf
COPY --from=wkhtmltopdf /bin/wkhtmltoimage /bin/wkhtmltoimage
COPY setup.cfg setup.cfg
COPY pyproject.toml pyproject.toml
COPY src src
RUN pip install --upgrade pip