Skip to content

Commit ff82dfd

Browse files
committed
chore(builder): change alpine repositories
1 parent d2c6d78 commit ff82dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . /
1313

1414
COPY --from=mc /usr/bin/mc /usr/bin/mc
1515

16-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \
16+
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
1717
&& apk add --update git sudo openssh-server coreutils tar xz jq bash\
1818
&& mkdir -p /var/run/sshd \
1919
&& rm -rf /etc/ssh/ssh_host* \

0 commit comments

Comments
 (0)