build: prove pdf runtime and strict remediation gates
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled

This commit is contained in:
Hermes Agent
2026-06-18 17:40:12 +08:00
parent 2d26d96eaa
commit 6d0feeb090
14 changed files with 131 additions and 40 deletions

View File

@@ -11,6 +11,17 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
no_proxy= \
NO_PROXY=
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libpango-1.0-0 \
libpangoft2-1.0-0 \
libharfbuzz-subset0 \
libjpeg62-turbo \
libopenjp2-7 \
libffi8 \
shared-mime-info \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY constraints.txt requirements-admin.txt /tmp/