mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-19 22:59:05 +00:00
fix: Docker build error
This commit is contained in:
parent
9b0c73c9f9
commit
5ad6f87a9e
@ -27,6 +27,5 @@ WORKDIR /opt/jumpserver
|
|||||||
ARG PIP_MIRROR=https://pypi.org/simple
|
ARG PIP_MIRROR=https://pypi.org/simple
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& uv pip install -i${PIP_MIRROR} --group xpack
|
&& uv pip install -i${PIP_MIRROR} --group xpack \
|
||||||
|
&& playwright install chromium --with-deps --only-shell
|
||||||
playwright install chromium --with-deps --only-shell
|
|
Loading…
Reference in New Issue
Block a user