mirror of https://github.com/jumpserver/jumpserver
perf: modify Dockerfile-base
parent
a168fc8a62
commit
8b815d812b
|
@ -56,4 +56,4 @@ RUN --mount=type=cache,target=/root/.cache \
|
||||||
set -ex \
|
set -ex \
|
||||||
&& uv venv \
|
&& uv venv \
|
||||||
&& uv pip install -i${PIP_MIRROR} -r pyproject.toml \
|
&& uv pip install -i${PIP_MIRROR} -r pyproject.toml \
|
||||||
&& mv .venv /opt/py3
|
&& ln -sf $(pwd)/.venv /opt/py3
|
Loading…
Reference in New Issue