mirror of https://github.com/jumpserver/jumpserver
fix: Docker build error
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