Ai
2 Star 7 Fork 0

Git工具集/GitMiner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
ktx 提交于 2018-01-04 19:10 +08:00 . Updated Dockerfile to Alpine base
FROM alpine
RUN apk --update add --no-cache python3 py3-pip openssl ca-certificates
RUN apk --update add --virtual build-dependencies python3-dev build-base wget git py3-lxml \
&& git clone https://github.com/UnkL4b/GitMiner.git
WORKDIR GitMiner
RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3", "git_miner.py"]
CMD ["--help"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/vcs-all-in-one/GitMiner.git
git@gitee.com:vcs-all-in-one/GitMiner.git
vcs-all-in-one
GitMiner
GitMiner
master

搜索帮助