1 Star 0 Fork 223

LowcodeMan/jumpserver

forked from jumpserver/jumpserver 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile-ee 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴小白 提交于 2023-03-29 10:03 . perf: 使用 docker.io 仓库
ARG VERSION
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack
FROM jumpserver/core:${VERSION}
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack
WORKDIR /opt/jumpserver
RUN --mount=type=cache,target=/root/.cache/pip \
set -ex \
&& pip install -r requirements/requirements_xpack.txt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lowcode-open/jumpserver.git
[email protected]:lowcode-open/jumpserver.git
lowcode-open
jumpserver
jumpserver
dev

搜索帮助