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