Skip to content

Commit

Permalink
Update Dockerfile, use mirrors.jcut.edu.cn instead dl-cdn.alpinelinux…
Browse files Browse the repository at this point in the history
….org
  • Loading branch information
Jackarain committed Jul 31, 2024
1 parent 819e87e commit 5125710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:edge as builder

RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.jcut.edu.cn/g' /etc/apk/repositories

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

0 comments on commit 5125710

Please sign in to comment.