perf: update uv install

This commit is contained in:
ibuler
2026-04-29 17:39:07 +08:00
parent d4313e9fbb
commit 9628dac1be

View File

@@ -14,7 +14,7 @@ RUN echo > /opt/jumpserver/config.yml \
RUN set -ex \
&& export SECRET_KEY=$(head -c100 < /dev/urandom | base64 | tr -dc A-Za-z0-9 | head -c 48) \
&& . /opt/py3/bin/activate \
&& test -f requirements/requirements.txt && uv pip install -r requirements/requirements.txt \
&& uv pip install -r pyproject.toml \
&& cd apps \
&& python manage.py compilemessages