fix: Install export pdf deps

This commit is contained in:
wangruidong 2025-08-15 17:30:45 +08:00 committed by 老广
parent 21126de2c1
commit c1e8a1b561

View File

@ -29,3 +29,4 @@ ARG PIP_MIRROR=https://pypi.org/simple
RUN set -ex \
&& uv pip install -i${PIP_MIRROR} --group xpack
playwright install chromium --with-deps --only-shell