7 Star 4 Fork 4

openEuler/tool-collections

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 169 Bytes
一键复制 编辑 原始数据 按行查看 历史
husheng 提交于 2019-12-30 16:41 +08:00 . Update logic to exclude sig templates file
FROM golang:stretch
COPY . /root/tool-collections
RUN cd /root/tool-collections && \
GOFLAGS=-mod=vendor go build -o validator ./cmd/tools && \
cp validator /usr/bin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/tool-collections.git
git@gitee.com:openeuler/tool-collections.git
openeuler
tool-collections
tool-collections
master

搜索帮助