File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ ENV DEBIAN_FRONTEND noninteractive
2828ARG CHANGE_SOURCE=false
2929RUN if [ ${CHANGE_SOURCE} = true ]; then \
3030 # Change application source from deb.debian.org to aliyun source
31- sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn /' /etc/apt/sources.list && \
32- sed -i 's/security.debian.org/mirrors.tuna.tsinghua.edu.cn /' /etc/apt/sources.list && \
33- sed -i 's/security-cdn.debian.org/mirrors.tuna.tsinghua.edu.cn /' /etc/apt/sources.list \
31+ sed -i 's/deb.debian.org/mirrors.aliyun.com /' /etc/apt/sources.list && \
32+ sed -i 's/security.debian.org/mirrors.aliyun.com /' /etc/apt/sources.list && \
33+ sed -i 's/security-cdn.debian.org/mirrors.aliyun.com /' /etc/apt/sources.list \
3434;fi
3535
3636# always run apt update when start and after add new source list, then clean up at end.
You can’t perform that action at this time.
0 commit comments