1 Star 0 Fork 193

weisljl / 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
Python
1
https://gitee.com/jriy/jumpserver.git
git@gitee.com:jriy/jumpserver.git
jriy
jumpserver
jumpserver
dev

搜索帮助