mirror of
https://github.com/lddsb/drone-goreportcard
synced 2024-11-22 10:51:56 +01:00
replace alpine mirror with China mirror
This commit is contained in:
parent
69e066c0f5
commit
fa6a3c391f
@ -1,4 +1,6 @@
|
||||
FROM alpine:latest
|
||||
# replace China mirror
|
||||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
||||
|
||||
RUN apk update && \
|
||||
apk add \
|
||||
|
Loading…
Reference in New Issue
Block a user