1
Some checks failed
Auth & User Management Service CI / Explore-Gitea-Actions (push) Failing after 30s

This commit is contained in:
xiabin 2025-02-11 13:42:59 +08:00
parent 5394bfa3c7
commit 4e5246c9ad

View File

@ -7,6 +7,7 @@ ENV GOPROXY=https://goproxy.cn,direct
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
RUN apk update --no-cache && apk add --no-cache tzdata
RUN apk add --no-cache git
WORKDIR /build