mirror of https://github.com/jumpserver/jumpserver
commit
eb8e7c5f8a
|
@ -88,8 +88,7 @@ ARG PIP_MIRROR=https://pypi.douban.com/simple
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
set -ex \
|
set -ex \
|
||||||
&& pip config set global.index-url ${PIP_MIRROR} \
|
&& pip install poetry==1.5.1 -i ${PIP_MIRROR} \
|
||||||
&& pip install poetry==1.5.1 \
|
|
||||||
&& poetry install --only=main
|
&& poetry install --only=main
|
||||||
|
|
||||||
COPY --from=stage-build /opt/jumpserver/release/jumpserver /opt/jumpserver
|
COPY --from=stage-build /opt/jumpserver/release/jumpserver /opt/jumpserver
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -166,6 +166,11 @@ pymssql = "2.2.7"
|
||||||
psycopg2 = "2.9.6"
|
psycopg2 = "2.9.6"
|
||||||
ucloud-sdk-python3 = "0.11.50"
|
ucloud-sdk-python3 = "0.11.50"
|
||||||
|
|
||||||
|
[[tool.poetry.source]]
|
||||||
|
name = "tsinghua"
|
||||||
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||||
|
priority = "primary"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in New Issue