提交 4922f6da 编写于 作者: m0_50812349's avatar m0_50812349

fixed: #699 go build 报错 gcc问题

上级 b91468e7
......@@ -5,6 +5,7 @@ COPY . .
RUN go env -w GO111MODULE=on
RUN go env -w GOPROXY=https://goproxy.cn,direct
RUN go env -w CGO_ENABLED=0
RUN go env
RUN go mod tidy
RUN go build -o server .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册