We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c6d78 commit ff82dfdCopy full SHA for ff82dfd
1 file changed
rootfs/Dockerfile
@@ -13,7 +13,7 @@ COPY . /
13
14
COPY --from=mc /usr/bin/mc /usr/bin/mc
15
16
-RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \
+RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
17
&& apk add --update git sudo openssh-server coreutils tar xz jq bash\
18
&& mkdir -p /var/run/sshd \
19
&& rm -rf /etc/ssh/ssh_host* \
0 commit comments