fix: Docker build error

This commit is contained in:
wangruidong 2025-08-18 10:51:10 +08:00 committed by Bryan
parent 9b0c73c9f9
commit 5ad6f87a9e

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