1 Star 0 Fork 869

湖畔 / proxy

forked from 狂奔的蜗牛. / goproxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
FarhadF 提交于 2018-05-14 17:33 . Added Dockerfile
FROM golang:1.8.5-alpine as builder
ARG GOPROXY_VERSION=master
RUN apk update && apk upgrade && \
apk add --no-cache git && cd /go/src/ && git clone https://github.com/snail007/goproxy && \
cd goproxy && git checkout ${GOPROXY_VERSION} && \
go get && CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o proxy
FROM alpine:3.7
COPY --from=builder /go/src/goproxy/proxy /
CMD /proxy ${OPTS}
Go
1
https://gitee.com/sblig/proxy.git
git@gitee.com:sblig/proxy.git
sblig
proxy
proxy
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891