From 5ad6f87a9e4a23be1db88f54b65199929dd7e039 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Mon, 18 Aug 2025 10:51:10 +0800 Subject: [PATCH] fix: Docker build error --- Dockerfile-ee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile-ee b/Dockerfile-ee index d4692ba75..12fe7277f 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -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 \ No newline at end of file + && uv pip install -i${PIP_MIRROR} --group xpack \ + && playwright install chromium --with-deps --only-shell \ No newline at end of file