3 Star 1 Fork 0

Gitee 极速下载/go-swagger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/go-swagger/go-swagger
克隆/下载
Dockerfile.alpine.ci 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM golang:alpine
ENV GOCOVMODE atomic
RUN apk add -U --no-cache bash tar gzip xz procps git curl alpine-sdk libffi-dev rpm dpkg openssh-client ncurses py3-pip &&\
pip install --upgrade cloudsmith-cli &&\
curl -sSL https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar -C /usr/bin --strip-components=1 -xzf -
RUN set -e -x \
&& mkdir -p /usr/share/coverage /usr/share/testresults /usr/share/dist \
&& go install golang.org/x/tools/cmd/...@latest \
&& go install github.com/axw/gocov/gocov@latest \
&& go install github.com/matm/gocov-html@latest \
&& go install github.com/cee-dub/go-junit-report@latest \
&& go install github.com/aktau/github-release@latest \
&& go install github.com/mitchellh/gox@latest \
&& go install gotest.tools/gotestsum@latest \
&& go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
VOLUME /usr/share/coverage
VOLUME /usr/share/testresults
VOLUME /usr/share/dist
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mirrors/go-swagger.git
git@gitee.com:mirrors/go-swagger.git
mirrors
go-swagger
go-swagger
master

搜索帮助