We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6688fcc commit 7e2aa01Copy full SHA for 7e2aa01
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:edge as builder
2
3
-RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.jcut.edu.cn/g' /etc/apk/repositories
+RUN sed -i 's#https\?://dl-cdn.alpinelinux.org/alpine#https://mirror.nju.edu.cn/alpine#g' /etc/apk/repositories
4
5
RUN apk add -u alpine-keys --allow-untrusted
6
RUN apk update
0 commit comments