Skip to content

Commit

Permalink
Update docker mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 5, 2024
1 parent 6688fcc commit 7e2aa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:edge as builder

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

RUN apk add -u alpine-keys --allow-untrusted
RUN apk update
Expand Down

0 comments on commit 7e2aa01

Please sign in to comment.