diff --git a/Dockerfile b/Dockerfile index 6fde2f5..dff79ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM golang:1.22 as builder -RUN apk add build-base - # 启用go module ENV GO111MODULE=on \ GOPROXY=https://goproxy.cn,direct