Compare commits

..

No commits in common. "2a5e471ddb8cc7d996258c56afb4f48a463574eb" and "3217abec50583c00a5342e966ef68ea4ead67586" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -42,13 +42,12 @@ RUN install -m 0755 -d /etc/apt/keyrings && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/*
# Finally install WeasyPrint dependencies and Chinese fonts
# Finally install WeasyPrint dependencies
RUN apt-get update && apt-get install -y \
libpango-1.0-0 \
libharfbuzz0b \
libpangoft2-1.0-0 \
libpangocairo-1.0-0 \
fonts-noto-cjk \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app

View File

@ -44,8 +44,7 @@ google-genai==1.2.0
# 文档处理
# --------------------------------------------
markdown==3.7
weasyprint==59.0
pydyf==0.8.0
weasyprint==62.3
# --------------------------------------------
# 数据验证