diff --git a/Dockerfile b/Dockerfile index 1938a58..378617e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ COPY main.go ./ RUN go build -o api FROM alpine:3.20 AS certs +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories RUN apk add --no-cache ca-certificates FROM scratch