fix: Docker build error

pull/15857/head
wangruidong 2025-08-18 10:51:10 +08:00 committed by Bryan
parent 9b0c73c9f9
commit 5ad6f87a9e
1 changed files with 2 additions and 3 deletions

View File

@ -27,6 +27,5 @@ WORKDIR /opt/jumpserver
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
&& uv pip install -i${PIP_MIRROR} --group xpack \
&& playwright install chromium --with-deps --only-shell